geom3d
Library to handle 3D geometric primitives: create, intersect, display, and make basic computations
Author: David Legland
Great package! Some minor bugs:
1. circleToPolygon function is missing. It is called in demoRevolutionSurface,
drawTorus and torusMesh.
2. vectorNorm is now vectorNorm3d. It is used in intersectLineTriangle3d, triangleArea3d.
3. drawEdge is now drawEdge3d. It is used in demoGeom3d.
08 Mar 2013
geom3d
Library to handle 3D geometric primitives: create, intersect, display, and make basic computations
Author: David Legland
One more bug: circleToPolygon function is missing. It is called in demoRevolutionSurface, drawTorus and torusMesh.