VecKm2

ostrat.geom.VecKm2
See theVecKm2 companion class
object VecKm2

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
VecKm2.type

Members list

Value members

Concrete methods

def apply(x: Length, y: Length): VecKm2

Factory method for creating 2-dimensional vectors defined in Metres from the 2 Length components. There is an apply name overload that takes the Double values as parameters.

Factory method for creating 2-dimensional vectors defined in Metres from the 2 Length components. There is an apply name overload that takes the Double values as parameters.

Attributes

def apply(xKilometresNum: Double, yKilometresNum: Double): VecKm2

Factory apply method for creating 2-dimensional vectors defined in Kilometres from the 2 Double values. There is an apply name overload that takes the X and Y Length components as parameters.

Factory apply method for creating 2-dimensional vectors defined in Kilometres from the 2 Double values. There is an apply name overload that takes the X and Y Length components as parameters.

Attributes

Concrete fields