Documentation / scene / FlatPlane
Interface: FlatPlane
Defined in: libs/scene/src/animation/joint_dynamics/types.ts:282
Infinite plane limiter that points cannot pass through.
Properties
normal
normal:
Vector3
Defined in: libs/scene/src/animation/joint_dynamics/types.ts:284
Plane normal (points toward the "allowed" side)
distance
distance:
number
Defined in: libs/scene/src/animation/joint_dynamics/types.ts:286
Signed distance from origin (plane equation: dot(normal, point) + distance = 0)