placeRectCircleImpl

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

@safe nothrow pure
const(Vecf)
placeRectCircleImpl
(
const Vecf[] a
,,
const float circleRadius
)

Parameters

a Vecf[]

Rectangle vectors.

circlePos Vecf

Circle position.

circleRadius float

Circle radius.

Return Value

Type: const(Vecf)

Place of collision.

Meta