QuadTo

case class QuadTo(p2: Point, p1: Point) extends PathOperation
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def extremities(p0: Point): Seq[Point]
def last: Point

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product