HourAngle

org.abh80.nf.core.metrics.AngleUnit.HourAngle
See theHourAngle companion object
case class HourAngle(value: Double) extends AngleUnit

Represents an angle in hour angles.

Value parameters

value

the angle value in hour angles

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AngleUnit
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def fromRadians(rad: Double): HourAngle

Creates a new instance of this unit from a value in radians.

Creates a new instance of this unit from a value in radians.

Value parameters

rad

the angle in radians

Attributes

Returns

a new instance of this angle unit

Definition Classes
override def symbol: String

The symbol for display (e.g., "rad", "degree").

The symbol for display (e.g., "rad", "degree").

Attributes

Definition Classes
override def toRadians: Double

Converts this angle to radians.

Converts this angle to radians.

Attributes

Returns

the angle in radians

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
AngleUnit -> Any
Inherited from:
AngleUnit