AngularCurve

doodle.core.Parametric$.AngularCurve
final case class AngularCurve(f: Angle => Point) extends Parametric[Angle]

A parametric curve that maps angles to points

Attributes

Source:
Parametric.scala
Graph
Supertypes
trait Product
trait Equals
trait Angle => Point
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply(angle: Angle): Point

Attributes

Source:
Parametric.scala
def sample(count: Int, max: Angle): List[Point]

Attributes

Source:
Parametric.scala
def sample(count: Int): List[Point]

Sample count points uniformly along this parametric curve

Sample count points uniformly along this parametric curve

Attributes

Source:
Parametric.scala

Inherited methods

def andThen[A](g: Point => A): T1 => A

Attributes

Inherited from:
Function1
def compose[A](g: A => Angle): A => R

Attributes

Inherited from:
Function1

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1