PathSyntax

class Object
trait Matchable
class Any
object all
object path

Type members

Classlikes

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

Value members

Concrete methods

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

Implicits

Implicits

final implicit
final implicit