Segment

data class Segment(val from: DVec3, val to: DVec3)

Constructors

Link copied to clipboard
constructor(from: DVec3, to: DVec3)

Properties

Link copied to clipboard
val from: DVec3
Link copied to clipboard
val to: DVec3

Functions

Link copied to clipboard
operator fun minus(v: DVec3): Segment
Link copied to clipboard
operator fun plus(v: DVec3): Segment