add PIMathMatrixT::rotate for matrix 2x2
@@ -45,5 +45,9 @@ int main() {
PIMathVectord v2({3,2,1});
piCout << v;
piCout << v2;
PIMathMatrixT22d m = PIMathMatrixT22d::identity();
piCout << m;
m.rotate(toRad(90.));
return 0;
}
The note is not visible to the blocked user.