Tres::Matrix3
Inherits Reference < Object
Constants
DIMENSIONS = 3
Constructors
new
SourceInstance methods
apply_to_vector3_array(array, offset = 0, length = array.length)
Sourceclone
Sourcecopy(m)
Sourcedeterminant
Sourceelements
Sourceelements=(elements : Array(Float32))
Sourceflatten_to_array_offset(array, offset)
Sourcefrom_array(array)
Sourceidentity
Sourceinverse(matrix, throw_on_invertible = false)
Sourcemultiply_scalar(s)
Sourcenormal_matrix(m)
Sourceset(n11, n12, n13, n21, n22, n23, n31, n32, n33)
Sourceto_a
Sourcetranspose
Sourcetranspose_into_array(r)
Source