struct

CrImage::Math::F32::Aff4

Inherits Struct / Value / Object

Aff4 is a 4x4 affine transformation matrix in row major order, where the bottom row is implicitly [0 0 0 1].

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