Parametric

doodle.core.Parametric
See theParametric companion object
trait Parametric[A] extends A => Point

Attributes

Companion
object
Source
Parametric.scala
Graph
Supertypes
trait A => Point
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

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

Attributes

Inherited from:
Function1
def apply(v1: A): Point

Attributes

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

Attributes

Inherited from:
Function1
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