Small fix Mat3x3::Set()
This commit is contained in:
@@ -528,8 +528,8 @@ namespace J3ML::LinearAlgebra {
|
||||
|
||||
Vector3 Matrix3x3::Row3(int index) const { return GetRow3(index);}
|
||||
|
||||
void Matrix3x3::Set(const Matrix3x3 &x3) {
|
||||
|
||||
void Matrix3x3::Set(const Matrix3x3 &rhs) {
|
||||
Set(rhs.ptr());
|
||||
}
|
||||
|
||||
bool Matrix3x3::IsFinite() const {
|
||||
|
Reference in New Issue
Block a user