HomeSort by relevance Sort by last modified time
    Searched full:t044 (Results 1 - 1 of 1) sorted by null

  /external/eigen/test/
geo_transformations.cpp 357 Matrix4 t044 = Matrix4::Zero(); local
358 t044(3,3) = 1;
359 t044.block(0,0,t0.matrix().rows(),4) = t0.matrix();
360 VERIFY_IS_APPROX(t0.inverse(Affine).matrix(), t044.inverse().block(0,0,t0.matrix().rows(),4));
363 t044 = Matrix4::Zero();
364 t044(3,3) = 1;
365 t044.block(0,0,t0.matrix().rows(),4) = t0.matrix();
366 VERIFY_IS_APPROX(t0.inverse(Isometry).matrix(), t044.inverse().block(0,0,t0.matrix().rows(),4));

Completed in 433 milliseconds