ClosedPath

final case class ClosedPath

Elements are stored in reversed order to make appending, the most common operation, more efficient.

Companion:
object
Source:
ClosedPath.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def curveTo(cp1: Point, cp2: Point, to: Point): ClosedPath
def curveTo(cp1X: Double, cp1Y: Double, cp2X: Double, cp2Y: Double, toX: Double, toY: Double): ClosedPath
def curveTo(cp1R: Double, cp1Angle: Angle, cp2R: Double, cp2Angle: Angle, toR: Double, toAngle: Angle): ClosedPath

Inherited methods

Inherited from:
Product