Aspose::Pdf::Point3D class
Point3D class
Represent point with fractional coordinates.
class Point3D : public System::Object
Methods
Method | Description |
---|---|
static get_Trivial() | Gets point with zero coordinates. |
get_X() const | X coordinate value. |
get_Y() const | Y coordinate value. |
get_Z() const | Z 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 override | Returns the string representation of the object. |
See Also
- Class Object
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++