|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | Bisector_FunctionH (const Handle(Geom2d_Curve)&C2, const gp_Pnt2d &P1, const gp_Vec2d &T1) |
| Standard_EXPORT Standard_Boolean | Value (const Standard_Real X, Standard_Real &F) |
| | Computes the values of the Functions for the variable <x>.
.
|
| Standard_EXPORT Standard_Boolean | Derivative (const Standard_Real X, Standard_Real &D) |
| Standard_EXPORT Standard_Boolean | Values (const Standard_Real X, Standard_Real &F, Standard_Real &D) |
| | Returns the values of the functions and the derivatives
for the variable <x>.
.
|
Private Attributes |
| Handle_Geom2d_Curve | curve2 |
| gp_Pnt2d | p1 |
| gp_Vec2d | t1 |