path

object path extends PathSyntax
class Object
trait Matchable
class Any
path.type

Type members

Inherited classlikes

implicit class ClosedPathOps(closedPath: ClosedPath)
Inherited from:
PathSyntax
Source:
PathSyntax.scala
implicit class OpenPathOps(openPath: OpenPath)
Inherited from:
PathSyntax
Source:
PathSyntax.scala

Value members

Inherited methods

def catmulRom[Alg <: Path](points: Seq[Point], tension: Double): Picture[Alg, Unit]
Inherited from:
PathSyntax
Source:
PathSyntax.scala
def equilateralTriangle[Alg <: Path](width: Double): Picture[Alg, Unit]
Inherited from:
PathSyntax
Source:
PathSyntax.scala
def interpolatingSpline[Alg <: Path](points: Seq[Point]): Picture[Alg, Unit]
Inherited from:
PathSyntax
Source:
PathSyntax.scala
def regularPolygon[Alg <: Path](sides: Int, radius: Double): Picture[Alg, Unit]
Inherited from:
PathSyntax
Source:
PathSyntax.scala
def roundedRectangle[Alg <: Path](width: Double, height: Double, radius: Double): Picture[Alg, Unit]
Inherited from:
PathSyntax
Source:
PathSyntax.scala
def star[Alg <: Path](points: Int, outerRadius: Double, innerRadius: Double): Picture[Alg, Unit]
Inherited from:
PathSyntax
Source:
PathSyntax.scala

Implicits

Inherited implicits

final implicit def ClosedPathOps(closedPath: ClosedPath): ClosedPathOps
Inherited from:
PathSyntax
Source:
PathSyntax.scala
final implicit def OpenPathOps(openPath: OpenPath): OpenPathOps
Inherited from:
PathSyntax
Source:
PathSyntax.scala