Rotation.Generic<N extends Number & Scalar<N>>, Rotation.Primitive
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() |
makeGeneric, makePrimitive, toString, transform
public 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 © 2019 Optimatika. All rights reserved.