isPerpendicular
fun <T : ImmutableVector<T>> T.isPerpendicular(other: T, epsilon: Float = MathUtils.FLOAT_ROUNDING_ERROR): Boolean
Returns true if this vector is opposite perpendicular with the other vector
Parameters
epsilon
Acceptable margin.