Page 1 of 1

distance between two different markers

Posted: Mon May 05, 2014 8:46 am
by neelma
Hello everyone,

Is there any way to obtain the length value of individual bodies after scaling?
and if not, then how can we obtain the distance between any two markers?

Thanks a lot in advance! :)

Re: distance between two different markers

Posted: Tue May 06, 2014 5:46 am
by jimmy
Hi Neelma,

You can take the xyz location of each marker and use vector math to get the distance. You will need to have each marker expressed in the same frame (global, body etc).

Hope that helps,
-james