Angle

ostrat.geom.Angle
See theAngle companion class
object Angle

Angle Companion object.

Attributes

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

Members list

Type members

Classlikes

implicit class ExtensionImplicts(thisAngle: Angle)

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(degrees: Double): Angle

Factory method for Angle from number of degrees

Factory method for Angle from number of degrees

Attributes

def milliSecs(value: Double): Angle

Factory method for creating Angle from the number of thousands of an arc second.

Factory method for creating Angle from the number of thousands of an arc second.

Attributes

def radians(radians: Double): Angle

Factory method for creating Angle from the number of radians.

Factory method for creating Angle from the number of radians.

Attributes

def secs(value: Double): Angle

Factory method for creating Angle from the number of angle seconds.

Factory method for creating Angle from the number of angle seconds.

Attributes

Concrete fields

val down: Angle

270 degrees angle of inclination.

270 degrees angle of inclination.

Attributes

val left: Angle

180 degrees angle of inclination.

180 degrees angle of inclination.

Attributes

val right: Angle

0 degrees angle of inclination.

0 degrees angle of inclination.

Attributes

val up: Angle

90 degrees angle of inclination.

90 degrees angle of inclination.

Attributes

Implicits

Implicits

final implicit def ExtensionImplicts(thisAngle: Angle): ExtensionImplicts
implicit val eqTImplicit: EqT[Angle]