Open CASCADE Technology 7.8.0
|
This class represents a graphical 3D point. More...
#include <Graphic3d_Vertex.hxx>
Data Fields | |
float | xyz [3] |
This class represents a graphical 3D point.
|
inline |
Creates a point with theX, theY and theZ coordinates.
|
inline |
Creates a point with theX, theY and theZ coordinates.
|
inline |
Returns the coordinates.
|
inline |
Returns the coordinates.
Standard_ShortReal Graphic3d_Vertex::Distance | ( | const Graphic3d_Vertex & | theOther | ) | const |
Returns the distance between two points.
void Graphic3d_Vertex::DumpJson | ( | Standard_OStream & | theOStream, |
Standard_Integer | theDepth = -1 |
||
) | const |
Dumps the content of me into the stream.
|
inline |
Modifies the coordinates.
|
inline |
Modifies the coordinates.
|
inline |
Returns the X coordinates.
|
inline |
Returns the Y coordinate.
|
inline |
Returns the Z coordinate.
float Graphic3d_Vertex::xyz[3] |