class Mittsu::Matrix3
- Mittsu::Matrix3
- Reference
- Object
Defined in:
mittsu/math/matrix3.crConstant Summary
-
DIMENSIONS =
3
Constructors
Instance Method Summary
-
#==(other)
Returns
false
(other can only be aValue
here). - #apply_to_vector3_array(array, offset = 0, length = array.length)
- #clone
- #copy(m)
- #determinant
- #elements : Array(Float64)
- #elements=(elements : Array(Float64))
- #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).