isApproximately

inline fun isApproximately(other: Vector2F, epsilon: Float = 1.0E-5f): Boolean

Returns a value indicating whether this vector is approximately the other vector given the specified epsilon tolerance.