Implement Mat4x4 Translate, Transform, FromTranslation
This commit is contained in:
@@ -296,5 +296,9 @@ namespace LinearAlgebra {
|
||||
};
|
||||
}
|
||||
|
||||
float &Matrix3x3::At(int row, int col) {
|
||||
return elems[row][col];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user