-
- Downloads
Changing vtkTriangle::TriangleArea() to use parallelogram method.
This commit is in reference to bug report 0015584. Compared with Heron's formula for computing the area of a triangle, the cross product method uses fewer operations and appears to be more accurate for sharp triangles.
Please register or sign in to comment