Implement Missing things (More To Come) (Broken build)
This commit is contained in:
@@ -248,6 +248,8 @@ namespace J3ML::LinearAlgebra {
|
||||
Matrix4x4 &operator = (const Quaternion& rhs);
|
||||
Matrix4x4 &operator = (const Matrix4x4& rhs) = default;
|
||||
|
||||
void IsColOrthogonal();
|
||||
|
||||
protected:
|
||||
float elems[4][4];
|
||||
|
||||
|
Reference in New Issue
Block a user