Return to previous page | Return to menu | Go to next page


Variable type

VECTOR

Vector variable type

Structure

typedef   FIXED VECTOR[XYZ] ;

Description

Variable type for vector data.

Remarks

FIXED vector[XYZ] ;
FIXED vector[3] ;
VECTOR vector ;
The above three definitions are all the same.

VECTOR


Return to previous page | Return to menu | Go to next page