Exemplo n.º 1
0
 public Volume3d transform(int i, int j, Volume3d shape) {
   RotationMatrix4x4 m = chainTree.getTransformMatrix4x4(i, j);
   return transform(m, shape);
 }