struct

CrImage::Math::F64::Mat4

Inherits Struct / Value / Object

Mat4 is a 4x4 matrix in row major order.

m[4*r + c] is the element in the r'th row and c'th column.

Class methods

[](*parts)
Source

Instance methods

to_s(io : IO) : Nil

Same as #inspect(io).

Source