Companion object for circle defined in Length units, contains factory methods.
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CircleLen2.type
Members list
Value members
Concrete methods
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
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
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.