pointRectImpl

Checks if there is a collision between a point and a rectange.

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

Parameters

a Vecf

Point position.

b Vecf[]

Rectangle vertexs.

Meta