Chart3DVector API in Vue Chart3d API component
Interface for a 3D vector with components for x, y, and z coordinates.
Properties
x
number
The x-coordinate of the 3D vector.
y
number
The y-coordinate of the 3D vector.
z
number
The z-coordinate of the 3D vector.