lineLineImpl

Checks if there is a collision between the lines.

@safe nothrow pure
bool
lineLineImpl
(
const Vecf[] first
,
const Vecf[] second
)

Parameters

first Vecf[]

First line vertexs.

second Vecf[]

Second line vertexs.

Meta