Ellipselign

ostrat.geom.Ellipselign
See theEllipselign companion trait
object Ellipselign

Attributes

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

Members list

Value members

Concrete methods

def apply(xRadius: Double, yRadius: Double, cen: Pt2): Ellipselign

Factory apply method for an Ellipse aligned to the X and Y axes, with a default centre at the origin. There is a name overload to specify the centre of the ellipse by its X and Y components.

Factory apply method for an Ellipse aligned to the X and Y axes, with a default centre at the origin. There is a name overload to specify the centre of the ellipse by its X and Y components.

Attributes

def apply(xRadius: Double, yRadius: Double, cenX: Double, cenY: Double): Ellipselign

Factory apply method for an Ellipse aligned to the X and Y axes. There is a name overload to specify yhe centre with a Pt2 parameter with a default of the origin.

Factory apply method for an Ellipse aligned to the X and Y axes. There is a name overload to specify yhe centre with a Pt2 parameter with a default of the origin.

Attributes