lineRectImpl

Checks if there is a collision between a line and a rectangle.

@safe nothrow pure
bool
lineRectImpl
(
const Vecf[] a
,
const Vecf[] b
)

Parameters

a Vecf[]

Line vertexs.

b Vecf[]

Rectangle vertexs.

Meta