Return to previous page Return to menu Go to next page

2. Reference

2.1 Data specifications

  Title  
Data specifications
  Data  
Two-dimensional data structure
Data Name
SclXy
No

typedef  struct  SclXy {
       Fixed32  x;
       Fixed32  y;
} SclXy;

  Title  
Data specifications
  Data  
Three-dimensional data structure
Data Name
SclXyz
No

typedef  struct  SclXyz {
      Fixed32   x;
      Fixed32   y;
      Fixed32   z;
} SclXyz;

  Title  
Data specifications
  Data  
Line parameter table data structure
Data Name
SclLineTb
No

typedef  struct  SclLineTb {
      Fixed32 h; / * Horizontal screen scroll value * /
      Fixed32 v; / * Vertical screen scroll value * /
      Fixed32 dh; / * Horizontal coordinate increment * /
} SclLineTb;

  Title  
Data specifications
  Data  
Line window table data structure
Data Name
SclLinWindowTb
No

typedef  struct  SclLinWindowTb {
     Uint16 start; / * Horizontal start point coordinates * /
     Uint16 end; / * Horizontal end coordinate * /
} SclLinWindowTb;


Return to previous page Return to menu Go to next page