final class LineSeg3(val startX: Double, val startY: Double, val startZ: Double, val endX: Double, val endY: Double, val endZ: Double) extends LineSegLike[Pt3] with ElemDbl6
A 3 dimensional line segment. A straight line between two points in a 3d space.
- Companion:
- object
trait ElemDbl6
trait ElemDblN
trait ElemValueN
trait SpecialT
trait LineSegLike[Pt3]
class Object
trait Matchable
class Any