public class RodriguesRotationJacobian
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
org.ejml.data.DenseMatrix64F |
Rx |
org.ejml.data.DenseMatrix64F |
Ry |
org.ejml.data.DenseMatrix64F |
Rz |
| Constructor and Description |
|---|
RodriguesRotationJacobian() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(double x,
double y,
double z)
Computes the Rodrigues coordinate Jacobian
|