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