Skip to content
Snippets Groups Projects
  1. Mar 10, 2025
    • Andras Lasso's avatar
      BUG: Fix bounds computation in vtkMultiVolume · 5e878068
      Andras Lasso authored and Dženan Zukić's avatar Dženan Zukić committed
      This line set the homogeneous IJK coordinates incorrectly:
      
          pointsDataCoords.emplace_back(bounds[1], bounds[3], bounds[5], 0.);
      
      The problem is that the last component is set to 0 instead of 1
      (the coordinates specify a direction vector and not a position).
      When this vector is multiplied by the homogeneous transformation matrix,
      the position is incorrect, because the translation component of the matrix
      is not taken into account.
      
      fixes https://github.com/Slicer/Slicer/issues/8301
      fixes #19447
      5e878068
  2. Dec 26, 2024
  3. Dec 24, 2024
  4. Dec 21, 2024
  5. Dec 20, 2024
  6. Dec 19, 2024
  7. Dec 18, 2024
  8. Dec 17, 2024
  9. Dec 16, 2024
  10. Dec 15, 2024
  11. Dec 13, 2024
  12. Dec 12, 2024
Loading