|  | 
|  | Graphic3d_Vertex () | 
|  | Creates a point with 0.0, 0.0, 0.0 coordinates. 
 | 
|  | 
|  | Graphic3d_Vertex (const Standard_ShortReal theX, const Standard_ShortReal theY, const Standard_ShortReal theZ) | 
|  | Creates a point with theX, theY and theZ coordinates. 
 | 
|  | 
|  | Graphic3d_Vertex (const Standard_Real theX, const Standard_Real theY, const Standard_Real theZ) | 
|  | Creates a point with theX, theY and theZ coordinates. 
 | 
|  | 
| void | SetCoord (const Standard_ShortReal theX, const Standard_ShortReal theY, const Standard_ShortReal theZ) | 
|  | Modifies the coordinates. 
 | 
|  | 
| void | SetCoord (const Standard_Real theX, const Standard_Real theY, const Standard_Real theZ) | 
|  | Modifies the coordinates. 
 | 
|  | 
| void | Coord (Standard_ShortReal &theX, Standard_ShortReal &theY, Standard_ShortReal &theZ) const | 
|  | Returns the coordinates. 
 | 
|  | 
| void | Coord (Standard_Real &theX, Standard_Real &theY, Standard_Real &theZ) const | 
|  | Returns the coordinates. 
 | 
|  | 
| Standard_ShortReal | X () const | 
|  | Returns the X coordinates. 
 | 
|  | 
| Standard_ShortReal | Y () const | 
|  | Returns the Y coordinate. 
 | 
|  | 
| Standard_ShortReal | Z () const | 
|  | Returns the Z coordinate. 
 | 
|  | 
| Standard_ShortReal | Distance (const Graphic3d_Vertex &theOther) const | 
|  | Returns the distance between two points. 
 | 
|  | 
| void | DumpJson (Standard_OStream &theOStream, Standard_Integer theDepth=-1) const | 
|  | Dumps the content of me into the stream. 
 | 
|  | 
This class represents a graphical 3D point.