| 
| static void  | Matrix (string label, vector matrix[4]) | 
|   | Show elements of transformation matrix on screen.  
  | 
|   | 
| static void  | Quat (string label, float quat[4]) | 
|   | Show elements of quaternio on screen.  
  | 
|   | 
◆ Matrix()
  
  
      
        
          | static void SCR_DbgUI.Matrix  | 
          ( | 
          string |           label,  | 
         
        
           | 
           | 
          vector |           matrix[4] ) | 
         
       
   | 
  
static   | 
  
 
Show elements of transformation matrix on screen. 
- Parameters
 - 
  
    | label | Matrix label  | 
    | matrix | Transformation matrix  | 
  
   
 
 
◆ Quat()
  
  
      
        
          | static void SCR_DbgUI.Quat  | 
          ( | 
          string |           label,  | 
         
        
           | 
           | 
          float |           quat[4] ) | 
         
       
   | 
  
static   | 
  
 
Show elements of quaternio on screen. 
- Parameters
 - 
  
    | label | Quaternion label  | 
    | quat | Quaternion  | 
  
   
 
 
The documentation for this interface was generated from the following file: