public class TestRotationVector
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected Vector[] |
axis |
|
protected RotationTensor3D |
rotation |
|
protected Vector |
rotationAxis |
|
protected Space |
space |
|
protected Tensor3D |
tensor |
|
protected double[] |
u |
Constructor | Description |
---|---|
TestRotationVector() |
Modifier and Type | Method | Description |
---|---|---|
double[] |
calcU(Vector vector) |
|
static void |
main(java.lang.String[] args) |
|
void |
setToU(double[] u,
Vector r) |
protected double[] u
protected Vector[] axis
protected Space space
protected Tensor3D tensor
protected RotationTensor3D rotation
protected Vector rotationAxis