max
  
  Description:
  [ 
Version ( since = 
"1.0" ) ]
public Vec3 max (
Vec3 b)
  
    Compares each component of the two given vectors and creates a vector that contains the maximum values.
    Parameters:
    
      
        | this | a Vec3 | 
      
        | b | a Vec3 | 
      
        | res | return location for the result vector |