Skip to content

What does act and actInv do? #1901

Answered by MegMll
BolunDai0216 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

I think you understood correctly what those functions do.

Using aXb.act() will transform coordinates of point p in frame B into coordinates of point p in frame A.
${}^ay = {}^aM_b{}^bp$

And aXb.actInv() will transform coordinates of point p in frame A into coordinates of point p in frame B.
${}^by = {}^bM_a{}^ap$

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by BolunDai0216
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1900 on March 22, 2023 15:56.