Line

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

Properties

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