object SkewCurve extends Serializable
- Alphabetic
- By Inheritance
- SkewCurve
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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
- 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 enumerate(c: Curve, twists: Vector[Double], lengths: Vector[Double]): Vector[SkewCurve]
enumerate twisted curves
enumerate twisted curves
- c
the base curve to use
- twists
a vector of twists
- lengths
a vector of lengths
- returns
a vector of twisted curves from the base curve with all given lengths and twists
- 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 mod1(x: Double): Double
- 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 polyEnumerate(cs: Vector[Curve], twists: Vector[Double], lengths: Vector[Double]): Vector[Vector[SkewCurve]]
enumerate collections of twisted curves; giving a vector of vectors the outer vector entries are for different twists and lengths
enumerate collections of twisted curves; giving a vector of vectors the outer vector entries are for different twists and lengths
- cs
the collection of base curves to use
- twists
a vector of twists
- lengths
a vector of lengths
- returns
a vector, each component of which is twisted forms of the given vector of base curves;
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def untwisted(c: Curve, length: Double = 1): SkewCurve
untwisted skew curve corresponding to a curve in a pants decomposition
untwisted skew curve corresponding to a curve in a pants decomposition
- c
the original curve
- length
the length in the hyperbolic structure
- returns
skew curve with given length and no twist
- 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