get all deflection angles - ksoltan/RoboFish GitHub Wiki

get_all_deflection_angles

Calculates the angular deflection of each joint relative to the previous one in a posture approximation.

Parameters:

   joint_points - Array of start and end points of joint arrangement
                  to approximate a posture

Returns:

  Array of deflection angles at each hinge point (intersection of two
  joints).

See Also:


get_deflection_angle