|
| Graphic3d_Vertex () |
| Creates a point with 0.0, 0.0, 0.0 coordinates. More...
|
|
| Graphic3d_Vertex (const Graphic3d_Vertex &thePoint) |
| Creates a point with coordinates identical to thePoint. More...
|
|
| Graphic3d_Vertex (const Standard_ShortReal theX, const Standard_ShortReal theY, const Standard_ShortReal theZ) |
| Creates a point with theX, theY and theZ coordinates. More...
|
|
| Graphic3d_Vertex (const Standard_Real theX, const Standard_Real theY, const Standard_Real theZ) |
| Creates a point with theX, theY and theZ coordinates. More...
|
|
void | SetCoord (const Standard_ShortReal theX, const Standard_ShortReal theY, const Standard_ShortReal theZ) |
| Modifies the coordinates. More...
|
|
void | SetCoord (const Standard_Real theX, const Standard_Real theY, const Standard_Real theZ) |
| Modifies the coordinates. More...
|
|
void | Coord (Standard_ShortReal &theX, Standard_ShortReal &theY, Standard_ShortReal &theZ) const |
| Returns the coordinates. More...
|
|
void | Coord (Standard_Real &theX, Standard_Real &theY, Standard_Real &theZ) const |
| Returns the coordinates. More...
|
|
Standard_ShortReal | X () const |
| Returns the X coordinates. More...
|
|
Standard_ShortReal | Y () const |
| Returns the Y coordinate. More...
|
|
Standard_ShortReal | Z () const |
| Returns the Z coordinate. More...
|
|
Standard_ShortReal | Distance (const Graphic3d_Vertex &theOther) const |
| Returns the distance between two points. More...
|
|
This class represents a graphical 3D point.