Point3D
Overview
A 3D geometric point that represents the x, y, z coordinates.
Profile: common
Variable Summary
| name | type | Default Value | description |
|---|---|---|---|
| x | Number | 0.0 |
The x coordinate. |
| y | Number | 0.0 |
The y coordinate. |
| z | Number | 0.0 |
The z coordinate. |
