Method From
- Namespace
- Box3D
- Assembly
- Box3D.NET.dll
From(CharacterContact, float, bool)
Builds a solver plane from a reported contact.
public static CollisionPlane From(CharacterContact contact, float pushLimit = 3.4028235E+38, bool clipsVelocity = true)Parameters
contactCharacterContact-
The contact.
pushLimitfloat-
The push limit, defaulting to a solid surface.
clipsVelocitybool-
Whether velocity is clipped against it.
Returns
- CollisionPlane
-
The plane.