class RayTracerChallenge::SquareMatrix
- RayTracerChallenge::SquareMatrix
- Reference
- Object
Included Modules
Extended Modules
Defined in:
ray_tracer_challenge/square_matrix.crConstructors
Class Method Summary
Instance Method Summary
- #==(other : SquareMatrix)
- #at(row : Int32, col : Int32)
- #cofactor(row, col)
- #determinant
- #height
- #inverse
- #invertable?
- #minor(row, col)
- #mul(other : SquareMatrix)
- #mul(tuple : Tuple)
- #mul(point : Point)
- #mul(vector : Vector)
- #submatrix(row, col)
- #to_row_col(i)
- #transpose
- #width : Int32
- #write(row : Int32, col : Int32, value : Float64)