This class implements the algorithms used to
create the bisecting line between two 2d points
Describes functions for building a bisecting line between two 2D points.
The bisecting line between two points is the bisector of
the segment which joins the two points, if these are not coincident.
The algorithm does not find a solution if the two points are coincident.
A Pnt2dBisec object provides a framework for:
More...
#include <GccAna_Pnt2dBisec.hxx>
Detailed Description
- defining the construction of the bisecting line,
- implementing the construction algorithm, and consulting the result.
Constructor & Destructor Documentation
GccAna_Pnt2dBisec::GccAna_Pnt2dBisec |
( |
const gp_Pnt2d & |
Point1, |
|
|
const gp_Pnt2d & |
Point2 |
|
) |
| |
Member Function Documentation
gp_Lin2d GccAna_Pnt2dBisec::ThisSolution |
( |
| ) |
const |
The documentation for this class was generated from the following file: