Aspose::Pdf::Point3D class

Point3D class

Represent point with fractional coordinates.

class Point3D : public System::Object

Methods

MethodDescription
static get_Trivial()Gets point with zero coordinates.
get_X() constX coordinate value.
get_Y() constY coordinate value.
get_Z() constZ coordinate value.
Point3D(double, double, double)Initializes new instance of the Point3D.
set_X(double)X coordinate value.
set_Y(double)Y coordinate value.
set_Z(double)Z coordinate value.
ToString() const overrideReturns the string representation of the object.

See Also