Angle

doodle.core.Angle
See theAngle companion class
object Angle

Attributes

Companion
class
Source
Angle.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Angle.type

Members list

Value members

Concrete methods

def apply(radians: Double): Angle

Attributes

Source
Angle.scala
def degrees(deg: Double): Angle

Attributes

Source
Angle.scala
def radians(rad: Double): Angle

Attributes

Source
Angle.scala
def turns(t: Double): Angle

A turn represents angle as a proportion of a full turn around a circle, with a full turn being 1.0

A turn represents angle as a proportion of a full turn around a circle, with a full turn being 1.0

Attributes

Source
Angle.scala

Concrete fields

val TwoPi: Double

Attributes

Source
Angle.scala
val one: Angle

Attributes

Source
Angle.scala
val zero: Angle

Attributes

Source
Angle.scala