- java.lang.Object
-
- org.ojalgo.matrix.transformation.Rotation<java.lang.Double>
-
- org.ojalgo.matrix.transformation.Rotation.Primitive
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ojalgo.matrix.transformation.Rotation
Rotation.Generic<N extends Scalar<N>>, Rotation.Primitive
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubledoubleCosineValue()doubledoubleSineValue()java.lang.DoublegetCosine()java.lang.DoublegetSine()Rotation.Primitiveinvert()-
Methods inherited from class org.ojalgo.matrix.transformation.Rotation
makeGeneric, makePrimitive, rotationsP, toString, transform
-
-
-
-
Constructor Detail
-
Primitive
public Primitive(int index)
-
Primitive
public Primitive(int aLowerIndex, int aHigherIndex)
-
Primitive
public Primitive(int aLowerIndex, int aHigherIndex, double aCosine, double aSine)
-
Primitive
public Primitive(Rotation<java.lang.Double> aRotation)
-
-
Method Detail
-
doubleCosineValue
public double doubleCosineValue()
- Specified by:
doubleCosineValuein classRotation<java.lang.Double>
-
doubleSineValue
public double doubleSineValue()
- Specified by:
doubleSineValuein classRotation<java.lang.Double>
-
getCosine
public java.lang.Double getCosine()
-
invert
public Rotation.Primitive invert()
-
-