NormalizedCurve

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

A parametric curve that maps normalized to points

Attributes

Source
Parametric.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Normalized => Point
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
Parametric.scala

Sample count points uniformly along this parametric curve

Sample count points uniformly along this parametric curve

Attributes

Source
Parametric.scala

Convert to an AngularCurve where the angle ranges from 0 to 360 degrees

Convert to an AngularCurve where the angle ranges from 0 to 360 degrees

Attributes

Source
Parametric.scala

Inherited methods

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

Attributes

Inherited from:
Function1
def compose[A](g: A => Normalized): 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