|
Open CASCADE Technology 6.5.2
|
H(v) = (T1 .P2(v) - P1) * ||T(v)|| -
2 2
(T(v).P2(v) - P1) * ||T1||
#include <Bisector_FunctionH.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Bisector_FunctionH (const Handle< Geom2d_Curve > &C2, const gp_Pnt2d &P1, const gp_Vec2d &T1) | |
| Standard_Boolean | Value (const Standard_Real X, Standard_Real &F) |
| Computes the values of the Functions for the variable <X>. | |
| Standard_Boolean | Derivative (const Standard_Real X, Standard_Real &D) |
| Computes the derivative <D> of the function for the variable <X>. Returns True if the calculation were successfully done, False otherwise. | |
| 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>. | |
| Bisector_FunctionH::Bisector_FunctionH | ( | const Handle< Geom2d_Curve > & | C2, |
| const gp_Pnt2d & | P1, | ||
| const gp_Vec2d & | T1 | ||
| ) |
| Standard_Boolean Bisector_FunctionH::Derivative | ( | const Standard_Real | X, |
| Standard_Real & | D | ||
| ) | [virtual] |
Implements math_FunctionWithDerivative.
| void Bisector_FunctionH::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from math_FunctionWithDerivative.
| void* Bisector_FunctionH::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from math_FunctionWithDerivative.
| void* Bisector_FunctionH::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from math_FunctionWithDerivative.
| Standard_Boolean Bisector_FunctionH::Value | ( | const Standard_Real | X, |
| Standard_Real & | F | ||
| ) | [virtual] |
Implements math_FunctionWithDerivative.
| Standard_Boolean Bisector_FunctionH::Values | ( | const Standard_Real | X, |
| Standard_Real & | F, | ||
| Standard_Real & | D | ||
| ) | [virtual] |
Implements math_FunctionWithDerivative.
1.7.4