improve identity
This commit is contained in:
@@ -40,6 +40,8 @@ class Matrix {
|
||||
|
||||
void Identity();
|
||||
|
||||
static Matrix Identity(std::size_t taille);
|
||||
|
||||
bool IsInversed() const;
|
||||
|
||||
Matrix SubMatrix(std::size_t origine_ligne, std::size_t origine_colonne, std::size_t ligne, std::size_t colonne) const;
|
||||
|
||||
Reference in New Issue
Block a user