AngularCurve

final case class AngularCurve(f: Angle => Point) extends Parametric[Angle]

A parametric curve that maps angles to points

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

Value members

Concrete methods

def apply(angle: Angle): Point
def sample(count: Int, max: Angle): List[Point]
def sample(count: Int): List[Point]

Inherited methods

@unspecialized
def andThen[A](g: Point => A): Angle => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => Angle): 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