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