placePointLineImpl

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

@safe nothrow pure
const(Vecf)
placePointLineImpl
(
const Vecf point
,
const Vecf[] line
)

Parameters

point Vecf

Point vector.

line Vecf[]

Line vectors.

Return Value

Type: const(Vecf)

Place of collision.

Meta