|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.ojalgo.matrix.transformation.Rotation<N>
public abstract class Rotation<N extends Number>
| Nested Class Summary | |
|---|---|
static class |
Rotation.Big
|
static class |
Rotation.Complex
|
static class |
Rotation.Primitive
|
| Field Summary | |
|---|---|
int |
high
|
int |
low
|
| Method Summary | |
|---|---|
abstract double |
doubleCosineValue()
|
abstract double |
doubleSineValue()
|
abstract N |
getCosine()
|
abstract N |
getSine()
|
abstract Rotation<N> |
invert()
|
static Rotation.Big |
makeBig(int aLowerIndex,
int aHigherIndex,
BigDecimal anAngle)
|
static Rotation.Complex |
makeComplex(int aLowerIndex,
int aHigherIndex,
ComplexNumber anAngle)
|
static Rotation.Primitive |
makePrimitive(int aLowerIndex,
int aHigherIndex,
double anAngle)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final int high
public final int low
| Method Detail |
|---|
public static Rotation.Big makeBig(int aLowerIndex,
int aHigherIndex,
BigDecimal anAngle)
public static Rotation.Complex makeComplex(int aLowerIndex,
int aHigherIndex,
ComplexNumber anAngle)
public static Rotation.Primitive makePrimitive(int aLowerIndex,
int aHigherIndex,
double anAngle)
public abstract double doubleCosineValue()
public abstract double doubleSineValue()
public abstract N getCosine()
public abstract N getSine()
public abstract Rotation<N> invert()
public String toString()
toString in class Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||