struct

CrImage::Math::F32::Aff3

Inherits Struct / Value / Object

Aff3 is a 3x3 affine transformation matrix in row major order, where the bottom row is implicitly [0 0 1].

m[3*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