Table of Contents

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

contact CharacterContact

The contact.

pushLimit float

The push limit, defaulting to a solid surface.

clipsVelocity bool

Whether velocity is clipped against it.

Returns

CollisionPlane

The plane.