Package org.ojalgo.matrix.transformation
Class Rotation.Primitive
- 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 double
doubleCosineValue()
double
doubleSineValue()
java.lang.Double
getCosine()
java.lang.Double
getSine()
Rotation.Primitive
invert()
-
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:
doubleCosineValue
in classRotation<java.lang.Double>
-
doubleSineValue
public double doubleSineValue()
- Specified by:
doubleSineValue
in classRotation<java.lang.Double>
-
getCosine
public java.lang.Double getCosine()
-
invert
public Rotation.Primitive invert()
-
-