|
|
|
@ -140,10 +140,6 @@ inline void CMatrix::testExpandRot() const
|
|
|
|
|
self->Scale33= 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
void CMatrix::testExpandRotEx() const
|
|
|
|
|
{
|
|
|
|
|
testExpandRot();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
inline void CMatrix::testExpandProj() const
|
|
|
|
|
{
|
|
|
|
@ -156,10 +152,6 @@ inline void CMatrix::testExpandProj() const
|
|
|
|
|
self->a41=0; self->a42=0; self->a43=0; self->a44=1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
void CMatrix::testExpandProjEx() const
|
|
|
|
|
{
|
|
|
|
|
testExpandProj();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// ======================================================================================================
|
|
|
|
|