Companion object for the Ellipse trait contains the EllipseImp implementation class and factory methods for Ellipse that delegate to EllipseImp.
Attributes
Members list
Type members
Classlikes
The implementation class for Ellipses that are not Circles. The Ellipse is encoded as 3 Vec2s or 6 scalars although it is possible to encode an ellipse with 5 scalars. Encoding the Ellipse this way greatly helps human visualisation of transformations upon an ellipse.
The implementation class for Ellipses that are not Circles. The Ellipse is encoded as 3 Vec2s or 6 scalars although it is possible to encode an ellipse with 5 scalars. Encoding the Ellipse this way greatly helps human visualisation of transformations upon an ellipse.
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AxisFreetrait Ellipsetrait ShapeCentredtrait CentredElemtrait Shapetrait BoundedElemtrait Fillabletrait Drawabletrait EllipseBasedtrait WithCentretrait GeomElemclass Objecttrait Matchableclass AnyShow all
Companion object for the EllipseImp class, contains factory methods.
Companion object for the EllipseImp class, contains factory methods.
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
EllipseImp.type
Value members
Concrete methods
Factory method for an Ellipse. The apply factory methods in this Ellipse companion object default to an EllipseImp class.
Factory method for an Ellipse. The apply factory methods in this Ellipse companion object default to an EllipseImp class.
Attributes
Factory method for an Ellipse. The apply factory methods in this Ellipse companion object default to an EllipseImp class.
Factory method for an Ellipse. The apply factory methods in this Ellipse companion object default to an EllipseImp class.
Attributes
Factory method that creates an ellipse from the centre point, axes point 1 and axes point 4.
Factory method that creates an ellipse from the centre point, axes point 1 and axes point 4.
Attributes
Factory method for an Ellipse. The apply factory methods in this Ellipse companion object default to an EllipseImp class.
Factory method for an Ellipse. The apply factory methods in this Ellipse companion object default to an EllipseImp class.