Line

data class Line<out V : Vector>(base: V, direction: V)

Properties

base
Link copied to clipboard
val base: V
direction
Link copied to clipboard
val direction: V

Sources

common source
Link copied to clipboard