Point3D
Overview
Point3D is a class in Aspose.PDF FOSS for Python.
Represents a 3D point.
This class provides 1 method for working with Point3D objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Properties: x, y, z.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
x | float | Read | Get X-coordinate. |
y | float | Read | Get Y-coordinate. |
z | float | Read | Get Z-coordinate. |
Methods
| Signature | Description |
|---|---|
__init__(x: float, y: float, z: float) | Initialize a 3D point. |