placeLineLineImpl

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

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

Parameters

first Vecf[]

Line vector.

second Vecf[]

Line vectors.

Return Value

Type: const(Vecf)

Place of collision.

Meta