equals

open fun equals(lhs: Vector3, rhs: Vector3): Boolean

Compares two Vector3's are equal if each component is equal within a tolerance.


open fun equals(other: Any): Boolean

Returns true if the other object is a Vector3 and each component is equal within a tolerance.