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