placeRectRectImpl

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

@safe nothrow pure
const(Vecf)
placeRectRectImpl
(
const Vecf[] a
,
const Vecf[] b
,
bool isRecurse = false
)

Parameters

a Vecf[]

Rectangle vector.

b Vecf[]

Rectangle vectors.

isRecurse bool

Used only for recursion.

Return Value

Type: const(Vecf)

Place of collision.

Meta