dart
dart copied to clipboard
Add getRotation() and getTranslation() to Frame
Frame provides API returning the transform (i.e., getTransform()) but not rotation nor translation. They can be obtained from the transform but it may not be straightforward to users who are not familiar with Eigen geometry moduel (e.g., this post).