miho / JCSG

Java implementation of BSP based CSG (Constructive Solid Geometry)
Other
177 stars 52 forks source link

Update plane when flipping polygon #46

Closed pderoovere closed 6 years ago

pderoovere commented 6 years ago

When the flip()-method is called on Polygon objects, update the plane field accordingly.

miho commented 6 years ago

Thanks.