Implement Matrix4x4::Scale
This commit is contained in:
@@ -128,6 +128,7 @@ namespace J3ML::LinearAlgebra {
|
||||
{
|
||||
|
||||
}
|
||||
Matrix4x4 Scale(const Vector3&);
|
||||
|
||||
float &At(int row, int col);
|
||||
float At(int x, int y) const;
|
||||
|
Reference in New Issue
Block a user