MotionScript

@motion-script/core


@motion-script/core / Vector3

Interface: Vector3

Defined in: render3d/vector3.ts:8

A 3D point or offset. The 3D counterpart to core's Vector2 (attributes/layout/vector2.ts), kept structurally identical so the same plain-object idiom works in both dimensions.

Extended by

Properties

x

x: number

Defined in: render3d/vector3.ts:9


y

y: number

Defined in: render3d/vector3.ts:10


z

z: number

Defined in: render3d/vector3.ts:11