Vector3Equals(Vector3, Double) Method |
Indicates whether this instance and a specified object are equal within an error range.
Namespace: Internal.Net3dBoolAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool Equals(
Vector3 OtherVector,
double ErrorValue
)
Parameters
- OtherVector Vector3
- ErrorValue Double
Return Value
BooleanTrue if the instances are equal; false otherwise.
See Also