#include <BRepClass_Intersector.hxx>
Inheritance diagram for BRepClass_Intersector:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepClass_Intersector () |
Standard_EXPORT void | Perform (const gp_Lin2d &L, const Standard_Real P, const Standard_Real Tol, const BRepClass_Edge &E) |
Intersect the line segment and the edge. . | |
Standard_EXPORT void | LocalGeometry (const BRepClass_Edge &E, const Standard_Real U, gp_Dir2d &T, gp_Dir2d &N, Standard_Real &C) const |
Returns in <t>, <n> and <c> the tangent, normal and curvature of the edge <e> at parameter value <u>. . |
|
|
|
|
|
Reimplemented from Geom2dInt_IntConicCurveOfGInter. |
|
Reimplemented from Geom2dInt_IntConicCurveOfGInter. |
|
Reimplemented from Geom2dInt_IntConicCurveOfGInter. |
|
|