Skip to main content

Interface: Vector3

Represents a point or direction in 3D space with x, y, and z coordinates. Used throughout the system for positioning objects, defining camera views, and calculating spatial relationships between components.

Properties

x

x: number

X-axis coordinate


y

y: number

Y-axis coordinate (typically representing height)


z

z: number

Z-axis coordinate (typically representing depth)