Open CASCADE Technology
6.5.4
|
#include <Geom2dGcc_CurveTool.hxx>
Static Public Member Functions | |
static DEFINE_STANDARD_ALLOC 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) |
static void Geom2dGcc_CurveTool::D1 | ( | const Geom2dAdaptor_Curve & | C, |
const Standard_Real | U, | ||
gp_Pnt2d & | P, | ||
gp_Vec2d & | T | ||
) | [static] |
static void Geom2dGcc_CurveTool::D2 | ( | const Geom2dAdaptor_Curve & | C, |
const Standard_Real | U, | ||
gp_Pnt2d & | P, | ||
gp_Vec2d & | T, | ||
gp_Vec2d & | N | ||
) | [static] |
static void Geom2dGcc_CurveTool::D3 | ( | const Geom2dAdaptor_Curve & | C, |
const Standard_Real | U, | ||
gp_Pnt2d & | P, | ||
gp_Vec2d & | T, | ||
gp_Vec2d & | N, | ||
gp_Vec2d & | dN | ||
) | [static] |
static Standard_Real Geom2dGcc_CurveTool::EpsX | ( | const Geom2dAdaptor_Curve & | C, |
const Standard_Real | Tol | ||
) | [static] |
static DEFINE_STANDARD_ALLOC Standard_Real Geom2dGcc_CurveTool::FirstParameter | ( | const Geom2dAdaptor_Curve & | C | ) | [static] |
static Standard_Real Geom2dGcc_CurveTool::LastParameter | ( | const Geom2dAdaptor_Curve & | C | ) | [static] |
static Standard_Integer Geom2dGcc_CurveTool::NbSamples | ( | const Geom2dAdaptor_Curve & | C | ) | [static] |
static gp_Pnt2d Geom2dGcc_CurveTool::Value | ( | const Geom2dAdaptor_Curve & | C, |
const Standard_Real | X | ||
) | [static] |