- java.lang.Object
-
- org.ojalgo.matrix.transformation.Rotation<N>
-
- org.ojalgo.matrix.transformation.Rotation.Generic<N>
-
-
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()NgetCosine()NgetSine()Rotation.Generic<N>invert()-
Methods inherited from class org.ojalgo.matrix.transformation.Rotation
makeGeneric, makePrimitive, rotationsP, toString, transform
-
-
-
-
Method Detail
-
doubleCosineValue
public double doubleCosineValue()
- Specified by:
doubleCosineValuein classRotation<N extends Scalar<N>>
-
doubleSineValue
public double doubleSineValue()
- Specified by:
doubleSineValuein classRotation<N extends Scalar<N>>
-
-