PathSyntax

class Object
trait Matchable
class Any
object all.type
object path.type

Type members

Classlikes

implicit class ClosedPathOps(closedPath: ClosedPath)
implicit class OpenPathOps(openPath: OpenPath)

Value members

Concrete methods

def catmulRom[Alg <: Path](points: Seq[Point], tension: Double): Picture[Alg, Unit]
def regularPolygon[Alg <: Path](sides: Int, radius: Double): Picture[Alg, Unit]
def roundedRectangle[Alg <: Path](width: Double, height: Double, radius: Double): Picture[Alg, Unit]
def star[Alg <: Path](points: Int, outerRadius: Double, innerRadius: Double): Picture[Alg, Unit]

Implicits

Implicits

final implicit def ClosedPathOps(closedPath: ClosedPath): ClosedPathOps
final implicit def OpenPathOps(openPath: OpenPath): OpenPathOps