Line

interface Line<out V : Vector>(source)

A line formed by start vector of start and a direction vector. Direction vector is not necessarily normalized, but its length does not affect line properties

Properties

Link copied to clipboard
abstract val direction: V
Link copied to clipboard
abstract val start: V