[ Maverik Level 2 typedefs ]


MAV_TDMPos

Summary

TDM Position


Syntax


typedef struct {
  MAV_vector pos;
  MAV_vector u;
  MAV_vector v;
  MAV_vector n;
  MAV_matrix matrix;
  MAV_quaternion quaternion;
} MAV_TDMPos;


Description


Back to the index page.