pointLineImpl

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

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

Parameters

point Vecf

Point position.

line Vecf[]

Line vertexs.

Meta