[Vennerable-commits] r48 - pkg/Vennerable/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Aug 24 19:50:56 CEST 2009


Author: js229
Date: 2009-08-24 19:50:56 +0200 (Mon, 24 Aug 2009)
New Revision: 48

Modified:
   pkg/Vennerable/R/02TissueDrawing.R
Log:
ear method for all faces

Modified: pkg/Vennerable/R/02TissueDrawing.R
===================================================================
--- pkg/Vennerable/R/02TissueDrawing.R	2009-08-23 18:08:39 UTC (rev 47)
+++ pkg/Vennerable/R/02TissueDrawing.R	2009-08-24 17:50:56 UTC (rev 48)
@@ -1059,7 +1059,7 @@
 	if (.is.point.within.face(drawing,faceName,faceCentroid)) {
 		return(faceCentroid)
 	}
-	if (faceName!="1100") { # old method 
+	if (FALSE) { # old method 
 	# find a point on the edge which is ideally not a node
 	amidpoint <- .find.point.on.face(drawing,faceName)
 



More information about the Vennerable-commits mailing list