|
|
@@ -339,8 +339,6 @@ namespace bs
|
|
|
*/
|
|
|
Matrix4 concatenateAffine(const Matrix4 &other) const
|
|
|
{
|
|
|
- BS_ASSERT(isAffine() && other.isAffine());
|
|
|
-
|
|
|
return Matrix4(
|
|
|
m[0][0] * other.m[0][0] + m[0][1] * other.m[1][0] + m[0][2] * other.m[2][0],
|
|
|
m[0][0] * other.m[0][1] + m[0][1] * other.m[1][1] + m[0][2] * other.m[2][1],
|