BUGFIX of Tesselation::AddTesselationLine() - comparing Vector against Vector is numerically unstable.
Instead of checking the Vector of both Centers by operator==, we use DistanceSquared().
This fixes a bug in tesselating bpti with radius 1.5, where three lines remained open due to not being correctly associated with their degenerated other sides.
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.