Point3D class
Point3D class
Represents class to work with 3D point and special operations for it.
The Point3D type exposes the following members:
Constructors
| Constructor | Description |
|---|
| init | Initializes a new instance of the Point3D class |
| init | Initializes a new instance of the Point3D class |
| init | Initializes a new instance of the Point3D class |
| init | Initializes a new instance of the Point3D class |
Properties
| Property | Description |
|---|
| x | Gets or sets X coordinate |
| y | Gets or sets Y coordinate |
| z | Gets or sets Z coordinate |
| w | Gets or sets W coordinate |
Methods
See Also