|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | Graphic3d_Vertex () |
| | Creates a point with 0.0, 0.0, 0.0 coordinates.
.
|
| Standard_EXPORT | Graphic3d_Vertex (const Graphic3d_Vertex &APoint) |
| | Creates a point with coordinates identical to <apoint>.
.
|
| Standard_EXPORT | Graphic3d_Vertex (const Standard_Real AX, const Standard_Real AY, const Standard_Real AZ) |
| | Creates a point with <ax>, <ay> and <az> coordinates.
.
|
| Standard_EXPORT void | SetCoord (const Standard_Real Xnew, const Standard_Real Ynew, const Standard_Real Znew) |
| | Modifies the coordinates of the point <me>.
.
|
| Standard_EXPORT void | SetXCoord (const Standard_Real Xnew) |
| | Modifies the X coordinate of the point <me>.
.
|
| Standard_EXPORT void | SetYCoord (const Standard_Real Ynew) |
| | Modifies the Y coordinate of the point <me>.
.
|
| Standard_EXPORT void | SetZCoord (const Standard_Real Znew) |
| | Modifies the Z coordinate of the point <me>.
.
|
| Standard_EXPORT void | Coord (Standard_Real &AX, Standard_Real &AY, Standard_Real &AZ) const |
| | Returns the coordinates of the point <me>.
.
|
| Standard_EXPORT Standard_Real | X () const |
| | Returns the X coordinates of the point <me>.
.
|
| Standard_EXPORT Standard_Real | Y () const |
| | Returns the Y coordinate of the point <me>.
.
|
| Standard_EXPORT Standard_Real | Z () const |
| | Returns the Z coordinate of the point <me>.
.
|
Static Public Member Functions |
| static Standard_EXPORT Standard_Real | Distance (const Graphic3d_Vertex &AV1, const Graphic3d_Vertex &AV2) |
| | Returns the distance between <av1> and <av2>.
.
|
Private Attributes |
| Standard_ShortReal | MyX |
| Standard_ShortReal | MyY |
| Standard_ShortReal | MyZ |