object Hexagon
Formulas for hyperbolic hexagons
- Alphabetic
- By Inheritance
- Hexagon
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- case class Hyperbolic(a: Double, b: Double, c: Double) extends Product with Serializable
Hyperbolic right-angled hexagon determined by lengths of alternating sides
Hyperbolic right-angled hexagon determined by lengths of alternating sides
- a
the first side
- b
the third side
- c
the fifth side
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def arccosh(x: Double): Double
- def arcsinh(x: Double): Double
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def distance2(a: Double, b: Double): Double
distance between points on adjacent sides of a right-angled hexagon
distance between points on adjacent sides of a right-angled hexagon
- a
distance of first point from the common vertex
- b
distance of second point from the common vertex
- returns
distance between the points
- def distance3(a: Double, l: Double, b: Double): Double
distance between points on sides of a right-angled hexagon with one side in between
distance between points on sides of a right-angled hexagon with one side in between
- a
distance of the first vertex to the (common vertex with) the side in between
- l
length of the first side in between.
- b
distance of the first vertex to the (common vertex with) the side in between
- def distance4(a: Double, l1: Double, l2: Double, b: Double): Double
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mod6(n: Int): Index
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def side(l1: Double, l2: Double, l3: Double): Double
length of a side of a hyperbolic right-angled hexagon given lengths of adjacent sides and the opposite side
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated