#include <Geom2dGcc_CurveTool.hxx>
|
| static double | FirstParameter (const Geom2dAdaptor_Curve &C) |
| |
| static double | LastParameter (const Geom2dAdaptor_Curve &C) |
| |
| static double | EpsX (const Geom2dAdaptor_Curve &C, const double Tol) |
| |
| static int | NbSamples (const Geom2dAdaptor_Curve &C) |
| |
| static gp_Pnt2d | Value (const Geom2dAdaptor_Curve &C, const double X) |
| |
| static void | D1 (const Geom2dAdaptor_Curve &C, const double U, gp_Pnt2d &P, gp_Vec2d &T) |
| |
| static void | D2 (const Geom2dAdaptor_Curve &C, const double U, gp_Pnt2d &P, gp_Vec2d &T, gp_Vec2d &N) |
| |
| static void | D3 (const Geom2dAdaptor_Curve &C, const double 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: