NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::Point4d Struct Reference

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. More...
 

Public Attributes

double W
 weight More...
 
double X
 x More...
 
double Y
 y More...
 
double Z
 z More...
 

Detailed Description

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.

Constructor & Destructor Documentation

NXOpen::Point4d::Point4d ( double  xInitial,
double  yInitial,
double  zInitial,
double  wInitial 
)

Constructor for the Point4d struct.

Parameters
xInitialx
yInitialy
zInitialz
wInitialweight

Member Data Documentation

double NXOpen::Point4d::W

weight

double NXOpen::Point4d::X

x

double NXOpen::Point4d::Y

y

double NXOpen::Point4d::Z

z


The documentation for this struct was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.