class

Tres::Matrix3

Inherits Reference < Object

Constants

DIMENSIONS = 3

Constructors

Instance methods

==(other)

Returns false (other can only be a Value here).

Source
apply_to_vector3_array(array, offset = 0, length = array.length)
Source
clone
Source
copy(m)
Source
determinant
Source
elements
Source
elements=(elements : Array(Float32))
Source
flatten_to_array_offset(array, offset)
Source
from_array(array)
Source
identity
Source
inverse(matrix, throw_on_invertible = false)
Source
multiply_scalar(s)
Source
normal_matrix(m)
Source
set(n11, n12, n13, n21, n22, n23, n31, n32, n33)
Source
to_a
Source
transpose
Source
transpose_into_array(r)
Source