2027 Method
Changes 0
M

UV.IsAlmostEqualTo

Description:
Determines whether this 2-D vector and the specified 2-D vector are the same within the tolerance (1.0e-09).
Overloads (2):
IsAlmostEqualTo(UV)
public bool IsAlmostEqualTo(
	UV source
)
  • source
    The vector to compare with this vector.
Return Value Boolean True if the vectors are the same; otherwise, false.