Click or drag to resize

Vector2IEquals Method (Vector2I, Int32)

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

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool Equals(
	Vector2I v,
	int epsilon
)

Parameters

v
Type: NeoAxisVector2I
The vector to compare.
epsilon
Type: SystemInt32
The precision value.

Return Value

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