Click or drag to resize

Vector3Equals Method (Vector3, Double)

Indicates whether this instance and a specified object are equal within an error range.

Namespace:  Internal.Net3dBool
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool Equals(
	Vector3 OtherVector,
	double ErrorValue
)

Parameters

OtherVector
Type: Internal.Net3dBoolVector3
ErrorValue
Type: SystemDouble

Return Value

Type: Boolean
True if the instances are equal; false otherwise.
See Also