class Bezier(val startX: Double, val startY: Double, val xC1: Double, val yC1: Double, val xC2: Double, val yC2: Double, val endX: Double, val endY: Double) extends CurveSeg with AffinePreserve
Cubic bezier curve.
- Companion:
- object
trait AffinePreserve
trait SimilarPreserve
trait ProlignPreserve
trait CurveSeg
trait Drawable
trait GeomElem
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
Start point of this curve segment, often called p1
Start point of this curve segment, often called p1
- Inherited from:
- CurveSeg