placeLineRectImpl

Gives the place of collision of a line and a rectangle.

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

Parameters

a Vecf[]

Line vector.

b Vecf[]

Rectangle vectors.

Return Value

Type: const(Vecf)

Place of collision.

Meta