VecM2

ostrat.geom.VecM2
See theVecM2 companion class
object VecM2

Attributes

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

Members list

Value members

Concrete methods

def lengths(x: Length, y: Length): VecM2

Factory method for creating 2 dimensional vectors defined in Metres from the 2 Length components.

Factory method for creating 2 dimensional vectors defined in Metres from the 2 Length components.

Attributes

def metresNum(xMetresNum: Double, yMetresNum: Double): VecM2

Factory method for creating 2 dimensional vectors defined in Metres from the scalars of the components.

Factory method for creating 2 dimensional vectors defined in Metres from the scalars of the components.

Attributes

def spply(x: Metres, y: Metres): VecM2

Factory apply method for creating 2 dimensional vectors defined in Metres from the 2 Metres components.

Factory apply method for creating 2 dimensional vectors defined in Metres from the 2 Metres components.

Attributes

Concrete fields