|
|||||||||
| 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 final class Rotation<N extends Number>
| Field Summary | |
|---|---|
N |
cos
|
int |
high
|
int |
low
|
N |
sin
|
| Constructor Summary | |
|---|---|
Rotation(int aLowerIndex,
int aHigherIndex,
N aCosine,
N aSine)
|
|
| Method Summary | |
|---|---|
Rotation<N> |
invert()
|
static Rotation<BigDecimal> |
makeBig(int aLowerIndex,
int aHigherIndex,
BigDecimal anAngle)
|
static Rotation<ComplexNumber> |
makeComplex(int aLowerIndex,
int aHigherIndex,
ComplexNumber anAngle)
|
static Rotation<Double> |
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 N extends Number cos
public final int high
public final int low
public final N extends Number sin
| Constructor Detail |
|---|
public Rotation(int aLowerIndex,
int aHigherIndex,
N aCosine,
N aSine)
| Method Detail |
|---|
public static Rotation<BigDecimal> makeBig(int aLowerIndex,
int aHigherIndex,
BigDecimal anAngle)
public static Rotation<ComplexNumber> makeComplex(int aLowerIndex,
int aHigherIndex,
ComplexNumber anAngle)
public static Rotation<Double> makePrimitive(int aLowerIndex,
int aHigherIndex,
double anAngle)
public 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 | ||||||||