OpenPath

doodle.core.OpenPath$
See theOpenPath companion class
object OpenPath

Attributes

Companion
class
Source
OpenPath.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
OpenPath.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

Attributes

Source
OpenPath.scala
def catmulRom(points: Seq[Point], tension: Double): OpenPath

Attributes

Source
OpenPath.scala
def circle(center: Point, diameter: Double): OpenPath

Attributes

Source
OpenPath.scala
def circle(x: Double, y: Double, diameter: Double): OpenPath

Attributes

Source
OpenPath.scala

Attributes

Source
OpenPath.scala

Attributes

Source
OpenPath.scala
def line(x: Double, y: Double): OpenPath

Attributes

Source
OpenPath.scala
def regularPolygon(sides: Int, radius: Double): OpenPath

Attributes

Source
OpenPath.scala
def rightArrow(width: Double, height: Double): OpenPath

Attributes

Source
OpenPath.scala
def roundedRectangle(width: Double, height: Double, radius: Double): OpenPath

Attributes

Source
OpenPath.scala
def star(points: Int, outerRadius: Double, innerRadius: Double): OpenPath

Attributes

Source
OpenPath.scala

Concrete fields

Attributes

Source
OpenPath.scala