mirror of
https://github.com/zeldaret/botw
synced 2026-08-16 04:44:33 -04:00
git subrepo pull (merge) lib/sead
subrepo: subdir: "lib/sead" merged: "14326b350" upstream: origin: "https://github.com/open-ead/sead" branch: "master" commit: "14326b350" git-subrepo: version: "0.4.3" origin: "ssh://git@github.com/ingydotnet/git-subrepo" commit: "2f68596"
This commit is contained in:
@@ -710,4 +710,16 @@ inline void Matrix44<T>::setRow(s32 row, const Vec4& v)
|
||||
Matrix44CalcCommon<T>::setRow(*this, row, v);
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
inline bool operator==(const Matrix34<T>& lhs, const Matrix34<T>& rhs)
|
||||
{
|
||||
return lhs.a == rhs.a;
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
inline bool operator!=(const Matrix34<T>& lhs, const Matrix34<T>& rhs)
|
||||
{
|
||||
return lhs.a != rhs.a;
|
||||
}
|
||||
|
||||
} // namespace sead
|
||||
|
||||
Reference in New Issue
Block a user