Rotation.Generic<N extends Number & Scalar<N>>, Rotation.Primitive
Constructor and Description |
---|
Generic(int index) |
Generic(int aLowerIndex,
int aHigherIndex) |
Generic(int aLowerIndex,
int aHigherIndex,
N aCosine,
N aSine) |
Generic(Rotation<N> aRotation) |
Modifier and Type | Method and Description |
---|---|
double |
doubleCosineValue() |
double |
doubleSineValue() |
N |
getCosine() |
N |
getSine() |
Rotation.Generic<N> |
invert() |
makeGeneric, makePrimitive, toString, transform
public Generic(int index)
public Generic(int aLowerIndex, int aHigherIndex)
public double doubleCosineValue()
public double doubleSineValue()
public N getCosine()
Copyright © 2019 Optimatika. All rights reserved.