Method ApproximatelyEuler
ApproximatelyEuler(float, float)
Declaration
protected bool ApproximatelyEuler(float a, float b)
Parameters
| Type | Name | Description |
|---|---|---|
| float | a | |
| float | b |
Returns
| Type | Description |
|---|---|
| bool |
ApproximatelyEuler(Vector3, Vector3)
Declaration
protected bool ApproximatelyEuler(Vector3 a, Vector3 b)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | a | |
| Vector3 | b |
Returns
| Type | Description |
|---|---|
| bool |