MotionScript

@motion-script/core


@motion-script/core / EulerOrder

Type Alias: EulerOrder

EulerOrder = "XYZ" | "YXZ" | "ZXY" | "ZYX" | "YZX" | "XZY"

Defined in: render3d/vector3.ts:53

The order Euler angles are applied in. Matches three's own naming.