Implement Matrix3x3 FromScale and ScaleBy
This commit is contained in:
@@ -118,6 +118,11 @@ namespace LinearAlgebra {
|
||||
Vector3 GetRow3(int index) const;
|
||||
Vector3 GetColumn3(int index) const;
|
||||
|
||||
Vector3 GetScale() const
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
float &At(int row, int col);
|
||||
float At(int x, int y) const;
|
||||
|
||||
|
Reference in New Issue
Block a user