Angle

object Angle
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(radians: Double): Angle
def degrees(deg: Double): Angle
def radians(rad: Double): Angle
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

Concrete fields

val TwoPi: Double
val one: Angle
val zero: Angle