RectGen

ostrat.geom.Rect.RectGen
See theRectGen companion class
object RectGen

Companion object for the Rect.RectGen class.

Attributes

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

Members list

Value members

Concrete methods

def apply(width: Double, height: Double, cen: Pt2, vertOrder: Int): RectGen

Factory method for constructing RectGen class, a general case of a Rect.

Factory method for constructing RectGen class, a general case of a Rect.

Attributes

def apply(width: Double, height: Double, cenX: Double, cenY: Double): RectGen
def apply(width: Double, height: Double, cenX: Double, cenY: Double, vertOrder: Int): RectGen