placePointRectImpl

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

@safe nothrow pure
const(Vecf)
placePointRectImpl
(
const Vecf point
,
const Vecf[] rectangle
)

Parameters

point Vecf

Point vector.

rectangle Vecf[]

rectangle vectors.

Return Value

Type: const(Vecf)

Place of collision.

Meta