Calculate the angle between two joints

Hi

Is there a method that gives me the angle of a joint? If not how could it be done?
Like the imagem bellow

Thanks,
Raniel

1 Like

Hi Raniel,

You can get skeleton joints and distance between them (vectors) using Nuitrack API, please see our online documentation. There’s no special method to find the angle between two joints, however, you can calculate it yourself using a scalar product of two vectors.