Vector4IEquals Method (Vector4I, Int32) |
Determines whether the specified vector is equal to the current instance of
Vector4I with a given precision.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public bool Equals(
Vector4I v,
int epsilon
)
Parameters
- v
- Type: NeoAxisVector4I
The vector to compare. - epsilon
- Type: SystemInt32
The precision value.
Return Value
Type:
BooleanTrue if the specified vector is equal to the current instance of
Vector4I; False otherwise.
See Also