Skip to content
Snippets Groups Projects
  1. Jun 26, 2024
  2. Jun 23, 2024
  3. Jun 19, 2024
    • David Gobbi's avatar
      Use double-precision for polygon normal again · 5ba1dcf0
      David Gobbi authored
      VTK has always used a double-precision cross product to compute
      normals, ever since VTK 4.4, but VTK 9.3.0 changed one of the
      code paths to use single-precision cross product, which can lead
      to overflow for large polygons and underflow for small polygons.
      This commit restores the cross product precision back to double.
      5ba1dcf0
    • David Gobbi's avatar
      Make templated cross safe for memory overlap · 2bd8a82d
      David Gobbi authored
      This allows the input and output to use the same memory space,
      which is consistent with the other vtkMath::Cross implementations.
      2bd8a82d
  4. Jun 17, 2024
  5. Jun 16, 2024
  6. Jun 10, 2024
  7. Jun 08, 2024
  8. Jun 07, 2024
  9. Jun 06, 2024
  10. Jun 05, 2024
Loading