struct GameOfLife::Matrix

Defined in:

game_of_life/matrix.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Class Method Detail

def self.identity #

[View source]
def self.orthographic(width : Float32, height : Float32) #

[View source]
def self.translation(x : Float32, y : Float32) #

[View source]

Instance Method Detail

def *(other : self) #

[View source]
def [](row, column) #

[View source]
def []=(row, column, value : Float32) #

[View source]
def index(row, column) #

[View source]
def to_unsafe(*args, **options) #

[View source]
def to_unsafe(*args, **options, &) #

[View source]