pimathvector.h mul
This commit is contained in:
9
main.cpp
9
main.cpp
@@ -40,11 +40,8 @@ inline PIByteArray & operator >>(PIByteArray & ba, MM & v) {piCout << ">>"
|
||||
|
||||
|
||||
int main() {
|
||||
PIMathMatrixd m = PIMathMatrixd::identity(5,5);
|
||||
// m.fill(9);
|
||||
//PIMathMatrixd m2 = PIMathMatrixd::identity(3,4);
|
||||
piCout << m;
|
||||
m.resize(3,3);
|
||||
piCout << m;
|
||||
PIMathVectorT3d v3 = createVectorT3d(1,2,3);
|
||||
PIMathVectord v(v3);
|
||||
piCout << v;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user