Parametric

trait Parametric[A] extends A => Point
Companion:
object
Source:
Parametric.scala
trait A => Point
class Object
trait Matchable
class Any

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

Source:
Parametric.scala

Inherited methods

def andThen[A](g: Point => A): A => A
Inherited from:
Function1
def apply(v1: A): Point
Inherited from:
Function1
def compose[A](g: A => A): A => Point
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1