Summary
Check if two vectors are nearly equal (numerically).
Syntax
public bool NearlyEquals(Vector other)
Parameters
Name | Type | Description |
---|---|---|
other | Vector | The other vector. |
Return Value
Type | Description |
---|---|
bool | True if vectors are nearly equal. |