RectImp

ostrat.geom.Rect.RectImp
See theRectImp companion class
object RectImp

Companion object for the Rect.RectImp class

Attributes

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

Members list

Value members

Concrete methods

def apply(width: Double, height: Double, cen: Pt2): RectImp

Factory method for Rect.RectImp class.

Factory method for Rect.RectImp class.

Attributes

def apply(width: Double, height: Double, cenX: Double, cenY: Double): RectImp
def fromArray(array: Array[Double]): RectImp