ostrat.geom.LineSegKm3
See theLineSegKm3 companion object
class LineSegKm3(val xStartKilometresNum: Double, val yStartKilometresNum: Double, val zStartKilometresNum: Double, val xEndKilometresNum: Double, val yEndKilometresNum: Double, val zEndKilometresNum: Double) extends LineSegLength3[PtKm3]
A line segment in 3 dimensional space specified in kilometres. A straight line between two points in 3D.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait LineSegLength3[PtKm3]trait Dbl6Elemtrait DblNElemtrait ValueNElemtrait SpecialTclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Scales the X and Y components to a scalar though the operand scaling length.
Scales the X and Y components to a scalar though the operand scaling length.
Attributes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Concrete fields
In this article