Click or drag to resize

Vector3FEquals Method (Vector3F, Single)

Determines whether the specified vector is equal to the current instance of Vector3F with a given precision.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public bool Equals(
	ref Vector3F v,
	float epsilon
)

Parameters

v
Type: NeoAxisVector3F
The vector to compare.
epsilon
Type: SystemSingle
The precision value.

Return Value

Type: Boolean
True if the specified vector is equal to the current instance of Vector3F; False otherwise.
See Also