object EArclign
Companion object for EArclign trait, an arc that is based on Ellipse aligned to the X and Y axes.
- Companion:
- class
Type members
Classlikes
final case class EArclignImp(startX: Double, startY: Double, cenX: Double, cenY: Double, xRadius: Double, yRadius: Double, endX: Double, endY: Double, counter: Int) extends EArclign
implementation class fpr Elliptical Arc. This class stores the start point, the centre point, axis vertex 1, by convention the vertex on the right of the ellipse, axis vertex 4, by convention the vertex at the top of the Ellipse and the rotation counter, to allow arcs of greter than 360 degrees and less than -360 degrees.
implementation class fpr Elliptical Arc. This class stores the start point, the centre point, axis vertex 1, by convention the vertex on the right of the ellipse, axis vertex 4, by convention the vertex at the top of the Ellipse and the rotation counter, to allow arcs of greter than 360 degrees and less than -360 degrees.