isCollinearOpposite

fun <T : ImmutableVector<T>> T.isCollinearOpposite(other: T, epsilon: Float = MathUtils.FLOAT_ROUNDING_ERROR): Boolean

Returns true if this vector is opposite collinear with the other vector

Parameters

epsilon

Acceptable margin.