Uses of Class
georegression.transform.twist.TwistCoordinate_F32
-
Uses of TwistCoordinate_F32 in georegression.transform.twist
Modifier and TypeMethodDescriptionstatic TwistCoordinate_F32
TwistOps_F32.twist
(Se3_F32 motion, @Nullable TwistCoordinate_F32 twist) Converts a rigid body motion into a twist coordinate.Modifier and TypeMethodDescriptionstatic Se3_F32
TwistOps_F32.exponential
(TwistCoordinate_F32 twist, float theta, @Nullable Se3_F32 motion) Computes the exponential map for a twist:
exp(hat(xi)*theta) = [ SO , (I-SO)*(w cross v) + w*wTvΘ 0 , 1]
SO = exp(hat(w)*theta)static org.ejml.data.FMatrixRMaj
TwistOps_F32.homogenous
(TwistCoordinate_F32 twist, @Nullable org.ejml.data.FMatrixRMaj H) Converts the twist coordinate into homogenous format.
H = [hat(w), v; 0 , 0]void
TwistCoordinate_F32.set
(TwistCoordinate_F32 original) static TwistCoordinate_F32
TwistOps_F32.twist
(Se3_F32 motion, @Nullable TwistCoordinate_F32 twist) Converts a rigid body motion into a twist coordinate.