|
NX Open C++ Reference Guide
|
Represents four-dimensional homogeneous coordinates for a point. More...
Public Member Functions | |
| Point4d (double xInitial, double yInitial, double zInitial, double wInitial) | |
| Constructor for the Point4d struct. | |
Public Attributes | |
| double | W |
| weight | |
| double | X |
| x | |
| double | Y |
| y | |
| double | Z |
| z | |
Represents four-dimensional homogeneous coordinates for a point.
To convert to three-dimensional cartesian coordinates, divide x, y and z by w.
Created in NX8.5.0.
| NXOpen::Point4d::Point4d | ( | double | xInitial, |
| double | yInitial, | ||
| double | zInitial, | ||
| double | wInitial | ||
| ) |
Constructor for the Point4d struct.
| xInitial | x |
| yInitial | y |
| zInitial | z |
| wInitial | weight |
| double NXOpen::Point4d::W |
weight
| double NXOpen::Point4d::X |
x
| double NXOpen::Point4d::Y |
y
| double NXOpen::Point4d::Z |
z