public static final class Rotation.Primitive extends Rotation<Double>
Rotation.Big, Rotation.Complex, Rotation.Generic<N extends Number & Scalar<N>>, Rotation.PrimitiveTransformationMatrix.Transformable<N extends Number>| Constructor and Description | 
|---|
| Primitive(int index) | 
| Primitive(int aLowerIndex,
         int aHigherIndex) | 
| Primitive(int aLowerIndex,
         int aHigherIndex,
         double aCosine,
         double aSine) | 
| Primitive(Rotation<Double> aRotation) | 
| Modifier and Type | Method and Description | 
|---|---|
| double | doubleCosineValue() | 
| double | doubleSineValue() | 
| Double | getCosine() | 
| Double | getSine() | 
| Rotation.Primitive | invert() | 
makeBig, makeComplex, makeGeneric, makePrimitive, toString, transformpublic Primitive(int index)
public Primitive(int aLowerIndex,
                 int aHigherIndex)
public Primitive(int aLowerIndex,
                 int aHigherIndex,
                 double aCosine,
                 double aSine)
public double doubleCosineValue()
doubleCosineValue in class Rotation<Double>public double doubleSineValue()
doubleSineValue in class Rotation<Double>public Rotation.Primitive invert()
Copyright © 2018 Optimatika. All rights reserved.