IsBeyondTeleportDistance
method in Coherence.Interpolation
Methods
public bool IsBeyondTeleportDistance(int a, int b)
Parameters
Type | Name | Description |
---|---|---|
int | a | |
int | b |
Returns
Type | Description |
---|---|
bool |
public bool IsBeyondTeleportDistance(float a, float b)
Parameters
Type | Name | Description |
---|---|---|
float | a | |
float | b |
Returns
Type | Description |
---|---|
bool |
public bool IsBeyondTeleportDistance(Vector2 a, Vector2 b)
Parameters
Type | Name | Description |
---|---|---|
Vector2 | a | |
Vector2 | b |
Returns
Type | Description |
---|---|
bool |
public bool IsBeyondTeleportDistance(Vector3 a, Vector3 b)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | a | |
Vector3 | b |
Returns
Type | Description |
---|---|
bool |
public bool IsBeyondTeleportDistance(Quaternion a, Quaternion b)
Parameters
Type | Name | Description |
---|---|---|
Quaternion | a | |
Quaternion | b |
Returns
Type | Description |
---|---|
bool |