PathOperation

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class CubicTo(p3: Point, p1: Point, p2: Point) extends PathOperation
case class LineTo(p: Point) extends PathOperation
case class MoveTo(p: Point) extends PathOperation
case class QuadTo(p2: Point, p1: Point) extends PathOperation

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror