object Rectangle
Companion object fot the Rectangle trait. Contains Rectangle.RectangleImp the implementation class for non specialised rectangles. It also contains various factory methods that delegate to the Rectangle.RectangleImp class.
- Companion:
- class
Type members
Classlikes
A rectangle class that has position and may not be aligned to the X and Y axes.
A rectangle class that has position and may not be aligned to the X and Y axes.
- Companion:
- object
Value members
Concrete methods
def curvedCornersCentred(width: Double, height: Double, radius: Double, posn: Pt2): PolyCurveCentred