Package org.ojalgo.matrix.transformation
Class Rotation.Generic<N extends Scalar<N>>
- 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 double
doubleCosineValue()
double
doubleSineValue()
N
getCosine()
N
getSine()
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:
doubleCosineValue
in classRotation<N extends Scalar<N>>
-
doubleSineValue
public double doubleSineValue()
- Specified by:
doubleSineValue
in classRotation<N extends Scalar<N>>
-
-