#include <Geom2dGcc_CurveTool.hxx>
|
static Standard_Real | FirstParameter (const Geom2dAdaptor_Curve &C) |
|
static Standard_Real | LastParameter (const Geom2dAdaptor_Curve &C) |
|
static Standard_Real | EpsX (const Geom2dAdaptor_Curve &C, const Standard_Real Tol) |
|
static Standard_Integer | NbSamples (const Geom2dAdaptor_Curve &C) |
|
static gp_Pnt2d | Value (const Geom2dAdaptor_Curve &C, const Standard_Real X) |
|
static void | D1 (const Geom2dAdaptor_Curve &C, const Standard_Real U, gp_Pnt2d &P, gp_Vec2d &T) |
|
static void | D2 (const Geom2dAdaptor_Curve &C, const Standard_Real U, gp_Pnt2d &P, gp_Vec2d &T, gp_Vec2d &N) |
|
static void | D3 (const Geom2dAdaptor_Curve &C, const Standard_Real U, gp_Pnt2d &P, gp_Vec2d &T, gp_Vec2d &N, gp_Vec2d &dN) |
|
◆ D1()
◆ D2()
◆ D3()
◆ EpsX()
◆ FirstParameter()
◆ LastParameter()
◆ NbSamples()
◆ Value()
The documentation for this class was generated from the following file: