class Tres::Matrix3
- Tres::Matrix3
 - Reference
 - Object
 
Defined in:
tres/math/matrix3.crConstant Summary
- 
        DIMENSIONS = 
3 
Constructors
Instance Method Summary
- 
        #==(other)
        
          
Returns
false(other can only be aValuehere). - #apply_to_vector3_array(array, offset = 0, length = array.length)
 - #clone
 - #copy(m)
 - #determinant
 - #elements : Array(Float32)
 - #elements=(elements : Array(Float32))
 - #flatten_to_array_offset(array, offset)
 - #from_array(array)
 - #identity
 - #inverse(matrix, throw_on_invertible = false)
 - #multiply_scalar(s)
 - #normal_matrix(m)
 - #set(n11, n12, n13, n21, n22, n23, n31, n32, n33)
 - #to_a
 - #transpose
 - #transpose_into_array(r)
 
Constructor Detail
Instance Method Detail
        
        def ==(other)
        #
      
      
        
              Description copied from class Reference
            
          
          Returns false (other can only be a Value here).