placeLineCircleImpl

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

@safe nothrow pure
const(Vecf)
placeLineCircleImpl
(
const Vecf[] line
,,
const float circleRadius
)

Parameters

line Vecf[]

line vector.

circlePos Vecf

Circle position.

circleRadius float

Circle radius.

Return Value

Type: const(Vecf)

Place of collision.

Meta