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
targetDeltaVector3-
the desired translation from the position used to generate the collision planes
planesb3CollisionPlane*-
the collision planes
countint-
the number of collision planes
Returns
- b3PlaneSolverResult
-
See the Box3D documentation.