SqlignM2

ostrat.geom.SqlignM2
See theSqlignM2 companion class
object SqlignM2

Attributes

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

Members list

Value members

Concrete methods

def apply(width: Double, cenX: Double, cenY: Double): SqlignM2

Factory apply method to create a square defined in metres that is aligned to the X and Y axes. There are 3 other apply name overloads.

Factory apply method to create a square defined in metres that is aligned to the X and Y axes. There are 3 other apply name overloads.

Attributes

def apply(width: Double): SqlignM2

Factory apply method to create a square defined in metres that is aligned to the X and Y axes, with its centre at the origin. There are 3 other apply name overloads.

Factory apply method to create a square defined in metres that is aligned to the X and Y axes, with its centre at the origin. There are 3 other apply name overloads.

Attributes

def apply(width: Length, cen: PtLen2): SqlignM2

Factory apply method to create a square defined in metres is aligned to the X and Y axes. The default centre is the origin. There are 3 other apply name overloads.

Factory apply method to create a square defined in metres is aligned to the X and Y axes. The default centre is the origin. There are 3 other apply name overloads.

Attributes

def apply(width: Length, cenX: Length, cenY: Length): SqlignM2

Factory apply method to create a square defined in metres that is aligned to the X and Y axes. There are 3 other apply name overloads.

Factory apply method to create a square defined in metres that is aligned to the X and Y axes. There are 3 other apply name overloads.

Attributes

def rb(width: Double, right: Double, bottom: Double): SqlignM2

Factory method to create a square defined in metres that is aligned to the X and Y axes from its right-bottom vertex.

Factory method to create a square defined in metres that is aligned to the X and Y axes from its right-bottom vertex.

Attributes

def rb(width: Length, rightBottom: PtLen2): SqlignM2

Factory method to create a square defined in metres, that is aligned to the X and y axes from its right-bottom vertex. The default value places the right-bottom corner at the origin.

Factory method to create a square defined in metres, that is aligned to the X and y axes from its right-bottom vertex. The default value places the right-bottom corner at the origin.

Attributes