Chart3DVector

12 Sep 20251 minute to read

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.