struct
PF2d::Mat3x3(T)
- PF2d::Mat3x3(T)
- PF2d::Matrix(T, 3, 3)
- Struct
- Value
- Object
Defined in:
pf2d/transform.cr:3pf2d/transform.cr:4
Constant Summary
-
H =
3 -
S =
9 -
W =
3
Constructors
Instance Method Summary
Instance methods inherited from struct PF2d::Matrix(T, 3, 3)
==(other : self)
==,
[](row : Int, col : Int)
[],
[]=(row : Int, col : Int, value : T)
[]=,
fill(*args, **options)fill(*args, **options, &) fill, height height, initialize initialize, size(*args, **options)
size(*args, **options, &) size, solve? solve?, swap_cols(c1, c2) swap_cols, swap_rows(r1, r2) swap_rows, to_s(io) to_s, unsafe_fetch(*args, **options)
unsafe_fetch(*args, **options, &) unsafe_fetch, unsafe_put(*args, **options)
unsafe_put(*args, **options, &) unsafe_put, width width