NormalizedCurve

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

A parametric curve that maps normalized to points

trait Serializable
trait Product
trait Equals
trait Normalized => Point
class Object
trait Matchable
class Any

Value members

Concrete methods

def sample(count: Int): List[Point]

Sample count points uniformly along this parametric curve

Sample count points uniformly along this parametric curve

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

Inherited methods

@unspecialized
def andThen[A](g: Point => A): Normalized => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => Normalized): A => Point
Inherited from
Function1
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1