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 Serializable
trait Product
trait Equals
trait Parametric[Angle]
trait Angle => Point
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
Parametric.scala

Attributes

Source
Parametric.scala

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): Angle => A

Attributes

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

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