Fixed: Rounding error in M_BoxOnLineSide2()
The vector math lib's PointOnLineSide() routines return the positionalrelationship delta, rather than the logical delta, which can not beused for logical comparisons as-is; they must be "normalized" first.
View differences
Fixed: Rounding error in M_BoxOnLineSide2()
The vector math lib's PointOnLineSide() routines return the positional
relationship delta, rather than the logical delta, which can not be
used for logical comparisons as-is; they must be "normalized" first.