object EllipseCompound
Companion object for the EllipseCompound trait contains factory apply method and implicit instances for the 2D geometric transformations.
- Companion:
- class
Type members
Classlikes
final case class EllipseCompoundImplement(shape: Ellipse, facets: Arr[GraphicFacet], children: Arr[GraphicElem]) extends EllipseCompound with AxisFree
The implementation class for a general ellipse that is not defined as a circle. Most users will not need to interact with this class. It been created non anonymously because the type might be useful for certain specialised performance usecases.
The implementation class for a general ellipse that is not defined as a circle. Most users will not need to interact with this class. It been created non anonymously because the type might be useful for certain specialised performance usecases.