PointCoordinate3D Objects
x
float - The x-coordinate of the point.y
float - The y-coordinate of the point.z
float - The z-coordinate of the point.
from_dict
d
dict - A dictionary containing 3d point coordinate information.
PointCoordinate3D
- An instance of PointCoordinate3D.
to_dict
dict
- A dictionary representation of the point coordinate.