2024 Method
Changes 0
M

UV.IsAlmostEqualTo

Description:
Determines whether this 2-D vector and the specified 2-D vector are the same within a specified tolerance.
Overloads (2):
IsAlmostEqualTo(UV,Double)
public bool IsAlmostEqualTo(
	UV source,
	double tolerance
)
  • source
    The vector to compare with this vector.
  • Double
    tolerance
    The tolerance for equality check.
Return Value bool True if the vectors are the same; otherwise, false.