Angle

object Angle
Companion:
class
Source:
Angle.scala
class Object
trait Matchable
class Any
Angle.type

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

Source:
Angle.scala

Concrete fields

val one: Angle