Method ExamineActivePlanes
ExamineActivePlanes(float3, SurfaceConstraintInfo*, ref int, ref float3)
Examine active planes.
Declaration
public static void ExamineActivePlanes(float3 up, SurfaceConstraintInfo* supportPlanes, ref int numSupportPlanes, ref float3 velocity)
Parameters
Type | Name | Description |
---|---|---|
float3 | up | The up vector. |
SurfaceConstraintInfo* | supportPlanes | The support planes. |
int | numSupportPlanes | [in,out] Number of support planes. |
float3 | velocity | [in,out] The velocity. |