UV.IsAlmostEqualTo
Description:
Determines whether this 2-D vector and the specified 2-D vector are the same within the tolerance (1.0e-09).
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
)
-
sourceThe vector to compare with this vector.
Return Value
bool
True if the vectors are the same; otherwise, false.
-
Thrown when left isnullNothingnullptra null reference (Nothingin Visual Basic).