CircleLen2

ostrat.geom.CircleLen2
See theCircleLen2 companion class
object CircleLen2

Companion object for circle defined in Length units, contains factory methods.

Attributes

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

Members list

Value members

Concrete methods

def apply(radius: Length, cenX: Length, cenY: Length): CircleLen2

Factory apply method for creating a circle with Length units. The first parameter gives the radius of the circle. The default centre is at the origin. There is an apply name overload that takes the X and Y centre Length values as parameters There are corresponding d methods that take a diameter as the first parameter.

Factory apply method for creating a circle with Length units. The first parameter gives the radius of the circle. The default centre is at the origin. There is an apply name overload that takes the X and Y centre Length values as parameters There are corresponding d methods that take a diameter as the first parameter.

Attributes

def apply(radius: Length, cen: PtLen2): CircleLen2

Factory apply method for creating a circle with Length units. The first parameter gives the radius of the circle, followed by the X and Y centre Length values. There is an apply method name overload that takes a PtLen2 as a second parameter with a default value of the origin.

Factory apply method for creating a circle with Length units. The first parameter gives the radius of the circle, followed by the X and Y centre Length values. There is an apply method name overload that takes a PtLen2 as a second parameter with a default value of the origin.

Attributes

def d(diameter: Length, cenX: Length, cenY: Length): CircleLen2

Factory method for creating a circle. The first parameter gives the diameter of the circle. The default centre is at the origin. There is a name overload that takes the X and Y centre values as parameters. There are corresponding to apply methods that take a radius as the first parameter.

Factory method for creating a circle. The first parameter gives the diameter of the circle. The default centre is at the origin. There is a name overload that takes the X and Y centre values as parameters. There are corresponding to apply methods that take a radius as the first parameter.

Attributes

def d(diameter: Length, cen: PtLen2): CircleLen2

Factory method for creating a circle with Length units. The first parameter gives the diameter of the circle, followed by the X and Y centre values. There is a method name overload that takes a PtLen2 as a second parameter with a default value of the origin. There are corresponding to apply methods that take a radius as the first parameter.

Factory method for creating a circle with Length units. The first parameter gives the diameter of the circle, followed by the X and Y centre values. There is a method name overload that takes a PtLen2 as a second parameter with a default value of the origin. There are corresponding to apply methods that take a radius as the first parameter.

Attributes