|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | ProjLib_Cone () |
| Undefined projection.
.
|
Standard_EXPORT | ProjLib_Cone (const gp_Cone &Co) |
| Projection on the cone <co>.
.
|
Standard_EXPORT | ProjLib_Cone (const gp_Cone &Co, const gp_Lin &L) |
| Projection of the line <l> on the cone <co>.
.
|
Standard_EXPORT | ProjLib_Cone (const gp_Cone &Co, const gp_Circ &C) |
| Projection of the circle <c> on the cone <co>.
.
|
Standard_EXPORT void | Init (const gp_Cone &Co) |
virtual Standard_EXPORT void | Project (const gp_Lin &L) |
virtual Standard_EXPORT void | Project (const gp_Circ &C) |
virtual Standard_EXPORT void | Project (const gp_Elips &E) |
virtual Standard_EXPORT void | Project (const gp_Parab &P) |
virtual Standard_EXPORT void | Project (const gp_Hypr &H) |
Private Attributes |
gp_Cone | myCone |