isOnLine

abstract fun isOnLine(other: T, epsilon: Float = MathUtils.FLOAT_ROUNDING_ERROR): Boolean

Returns true if this vector is on-line with the other vector (either in the same or the opposite direction)

Parameters

epsilon

Acceptable margin.