PathSyntax

doodle.syntax.PathSyntax
trait PathSyntax

Attributes

Source
PathSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object path.type

Members list

Type members

Classlikes

implicit class ClosedPathOps(closedPath: ClosedPath)

Attributes

Source
PathSyntax.scala
Supertypes
class Object
trait Matchable
class Any
implicit class OpenPathOps(openPath: OpenPath)

Attributes

Source
PathSyntax.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def catmulRom[Alg <: Path](points: Seq[Point], tension: Double): Picture[Alg, Unit]

Attributes

Source
PathSyntax.scala
def equilateralTriangle[Alg <: Path](width: Double): Picture[Alg, Unit]

Attributes

Source
PathSyntax.scala
def interpolatingSpline[Alg <: Path](points: Seq[Point]): Picture[Alg, Unit]

Attributes

Source
PathSyntax.scala
def regularPolygon[Alg <: Path](sides: Int, radius: Double): Picture[Alg, Unit]

Attributes

Source
PathSyntax.scala
def roundedRectangle[Alg <: Path](width: Double, height: Double, radius: Double): Picture[Alg, Unit]

Attributes

Source
PathSyntax.scala
def star[Alg <: Path](points: Int, outerRadius: Double, innerRadius: Double): Picture[Alg, Unit]

Attributes

Source
PathSyntax.scala

Implicits

Implicits

final implicit def ClosedPathOps(closedPath: ClosedPath): ClosedPathOps

Attributes

Source
PathSyntax.scala
final implicit def OpenPathOps(openPath: OpenPath): OpenPathOps

Attributes

Source
PathSyntax.scala