VecPm2

ostrat.geom.VecPm2
See theVecPm2 companion class
object VecPm2

Companion object for 2-dimensional vector specified in picometres as units rather than pure scalar numbers. Contains factory apply methods and Arr builder.

Attributes

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

Members list

Value members

Concrete methods

def apply(xPicometresNum: Double, yPicometresNum: Double): VecPm2

Factory apply method for creating 2-dimensional vectors defined in Picometres 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 Picometres from the 2 Double values. There is an apply name overload that takes the X and Y Length components as parameters.

Attributes

def spply(x: Length, y: Length): VecPm2

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

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

Attributes

Implicits

Implicits

Implicit BuilderArrMap type class instance / evidence for VecPm2 and VecPm2Arr.

Implicit BuilderArrMap type class instance / evidence for VecPm2 and VecPm2Arr.

Attributes