PathConstructor

Constructors for Path algebra

class Object
trait Matchable
class Any
BaseConstructor { type Algebra <: ([x[_]] =>> Path[x]); }

Value members

Concrete methods

def catmulRom(points: Seq[Point], tension: Double): <none>[Unit]
def equilateralTriangle(width: Double): <none>[Unit]

Create an equilateral triangle with the given side length.

Create an equilateral triangle with the given side length.

def interpolatingSpline(points: Seq[Point]): <none>[Unit]
def path(path: ClosedPath): <none>[Unit]
def path(path: OpenPath): <none>[Unit]
def regularPolygon(sides: Int, radius: Double): <none>[Unit]
def roundedRectangle(width: Double, height: Double, radius: Double): <none>[Unit]
def star(points: Int, outerRadius: Double, innerRadius: Double): <none>[Unit]