isCollinear

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

Returns true if this vector is collinear with the other vector

Parameters

epsilon

Acceptable margin.