Table of Contents

Method b3SolvePlanes

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3SolvePlanes(Vector3, b3CollisionPlane*, int)

Solves the position of a mover that satisfies the given collision planes.

public static extern b3PlaneSolverResult b3SolvePlanes(Vector3 targetDelta, b3CollisionPlane* planes, int count)

Parameters

targetDelta Vector3

the desired translation from the position used to generate the collision planes

planes b3CollisionPlane*

the collision planes

count int

the number of collision planes

Returns

b3PlaneSolverResult

See the Box3D documentation.