Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
Triangle2d
/Triangle3d
interior sampling to correctly follow t…
…riangle (#12766) # Objective When I wrote #12747 I neglected to translate random samples from triangles back to the point where they originated, so they would be sampled near the origin instead of at the actual triangle location. ## Solution Translate by the first vertex location so that the samples follow the actual triangle.
- Loading branch information