Generic template representing a 3D coordinate point.
T
The numeric type (e.g., int, float, double).
The numeric type (e.g., int, float, double).
Instance Variables
T CoreModeler::Geometry::Point3D< T >::xT CoreModeler::Geometry::Point3D< T >::yT CoreModeler::Geometry::Point3D< T >::z
Methods
Point3D
CoreModeler::Geometry::Point3D< T >::Point3D()
Point3D
CoreModeler::Geometry::Point3D< T >::Point3D(T valX, T valY, T valZ)
| Parameter | Type | Description |
|---|---|---|
| valX | T | |
| valY | T | |
| valZ | T |
translate
void CoreModeler::Geometry::Point3D< T >::translate(T dx, T dy, T dz)
Translates the point by given offsets.
dx
Offset in X direction.
dy
Offset in Y direction.
Missing
dz
documentation tag.
Offset in X direction.
Offset in Y direction.
Missing
documentation tag.
| Parameter | Type | Description |
|---|---|---|
| dx | T | Offset in X direction. |
| dy | T | Offset in Y direction. |
| dz | T | documentation tag. |