AngularCurve

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

A parametric curve that maps angles to points

Source:
Parametric.scala
trait Product
trait Equals
trait Angle => Point
class Object
trait Matchable
class Any

Value members

Inherited methods

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