Return to previous page | Return to menu | Go to next page
Variable type
Vector variable type
typedef FIXED VECTOR[XYZ] ;
Variable type for vector data.
FIXED vector[XYZ] ;
FIXED vector[3] ;
VECTOR vector ;
The above three definitions are all the same.
VECTOR