|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCalculusAndVectors.UBasis
public class UBasis
Field Summary | |
---|---|
DVector[] |
e
|
Constructor Summary | |
---|---|
UBasis(DVector e0,
DVector e1,
DVector e2)
|
|
UBasis(UBasis u)
|
Method Summary | |
---|---|
static void |
Assign(UBasis from,
UBasis to)
|
DVector |
PsyTauDefined(DVector u)
|
void |
RotateAroundX(double CTheta,
double STheta)
|
void |
RotateAroundZ(double CFI,
double SFI)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public DVector[] e
Constructor Detail |
---|
public UBasis(DVector e0, DVector e1, DVector e2)
public UBasis(UBasis u)
Method Detail |
---|
public static void Assign(UBasis from, UBasis to)
public void RotateAroundZ(double CFI, double SFI)
public void RotateAroundX(double CTheta, double STheta)
public DVector PsyTauDefined(DVector u)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |