This site has been permanently archived. The content on this site was last updated in 2019. 
         
     
  
  
  
  
  
    
    
      
    
    
      
      Stay organized with collections
    
    
      
      Save and categorize content based on your preferences.
    
  
  
    
  
  
  
  
    
  
  
    
    
  
  gvr_mat4f
  #include <gvr_types.h>
  A floating point 4x4 matrix stored in row-major form. 
  Summary
  It needs to be transposed before being used with OpenGL. 
  
    
      | Public attributes | 
    
      | m[4][4] | 
          float | 
  
  Public attributes
  
    m
    float gvr_mat4f::m[4][4]
    
   
  
  
 
  
    
    
      
       
    
    
  
  
  All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2024-10-09 UTC.
  
  
  
    
      [null,null,["Last updated 2024-10-09 UTC."],[],["The content defines `gvr_mat4f`, a 4x4 floating-point matrix stored in row-major order. It is defined with a public attribute `m`, a 4x4 array of floats, accessible as `m[4][4]`.  Crucially, the matrix must be transposed before it can be utilized within OpenGL. This is the only action required by the user to make.\n"]]