Inheritance
System.Object
PhysicsUtils
public class PhysicsUtils
Methods
Declaration
public static bool nearEqual(float? a, float? b, float epsilon)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.Single> |
a |
|
| System.Nullable<System.Single> |
b |
|
| System.Single |
epsilon |
|
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public static bool nearZero(float? a, float epsilon)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.Single> |
a |
|
| System.Single |
epsilon |
|
Returns
| Type |
Description |
| System.Boolean |
|