|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Static Public Member Functions |
static Standard_EXPORT gp_Pnt2d | Project (const gp_Pln &Pl, const gp_Pnt &P) |
static Standard_EXPORT gp_Lin2d | Project (const gp_Pln &Pl, const gp_Lin &L) |
static Standard_EXPORT gp_Circ2d | Project (const gp_Pln &Pl, const gp_Circ &C) |
static Standard_EXPORT gp_Elips2d | Project (const gp_Pln &Pl, const gp_Elips &E) |
static Standard_EXPORT gp_Parab2d | Project (const gp_Pln &Pl, const gp_Parab &P) |
static Standard_EXPORT gp_Hypr2d | Project (const gp_Pln &Pl, const gp_Hypr &H) |
static Standard_EXPORT gp_Pnt2d | Project (const gp_Cylinder &Cy, const gp_Pnt &P) |
static Standard_EXPORT gp_Lin2d | Project (const gp_Cylinder &Cy, const gp_Lin &L) |
static Standard_EXPORT gp_Lin2d | Project (const gp_Cylinder &Cy, const gp_Circ &Ci) |
static Standard_EXPORT gp_Pnt2d | Project (const gp_Cone &Co, const gp_Pnt &P) |
static Standard_EXPORT gp_Lin2d | Project (const gp_Cone &Co, const gp_Lin &L) |
static Standard_EXPORT gp_Lin2d | Project (const gp_Cone &Co, const gp_Circ &Ci) |
static Standard_EXPORT gp_Pnt2d | Project (const gp_Sphere &Sp, const gp_Pnt &P) |
static Standard_EXPORT gp_Lin2d | Project (const gp_Sphere &Sp, const gp_Circ &Ci) |
static Standard_EXPORT gp_Pnt2d | Project (const gp_Torus &To, const gp_Pnt &P) |
static Standard_EXPORT gp_Lin2d | Project (const gp_Torus &To, const gp_Circ &Ci) |