Method Test1d
Test1d(SurfaceConstraintInfo, float3)
Tests 1d.
Declaration
public static bool Test1d(SurfaceConstraintInfo constraint, float3 velocity)
Parameters
Type | Name | Description |
---|---|---|
SurfaceConstraintInfo | constraint | The constraint. |
float3 | velocity | The velocity. |
Returns
Type | Description |
---|---|
bool | True if the test passes, false if the test fails. |