Multi-purpose 3D vector class. More...
Public Member Functions | |
| None | Point3D (self, float x=0.0, float y=0.0, float z=0.0) |
| Creates a 3D point/vector. | |
Multi-purpose 3D vector class.
| None Point3D | ( | self, | |
| float | x = 0.0, | ||
| float | y = 0.0, | ||
| float | z = 0.0 ) |
Creates a 3D point/vector.
x : float Data to initialize with.
y : float Data to initialize with.
z : float Data to initialize with.