%@ include file="../../check-login.jsp" %>
Subdivision at midpoint of a triangle
Anyone can point me to a class in java that subdivides a triangle at midpoints? I need to get from one triangle other four smaller. I have tried implementing it myself following schemes that I found online and storing it in an winged-edge structure. Thanx in advance
|