#include <GccAna_Pnt2dBisec.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | GccAna_Pnt2dBisec (const gp_Pnt2d &Point1, const gp_Pnt2d &Point2) |
Constructs a bisecting line between the points Point1 and Point2. . | |
Standard_EXPORT Standard_Boolean | IsDone () const |
Returns true (this construction algorithm never fails). . | |
Standard_EXPORT Standard_Boolean | HasSolution () const |
Returns true if this algorithm has a solution, i.e. if the two points are not coincident. . | |
Standard_EXPORT gp_Lin2d | ThisSolution () const |
Returns a line, representing the solution computed by this algorithm. . | |
Private Attributes | |
Standard_Boolean | WellDone |
Standard_Boolean | HasSol |
gp_Lin2d | linsol |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|