changeset 10908:e240a0b41b89 octave-forge

geometry: porting plane functions. Untestedsvn add main/geometry/inst/geom3d/*.m
author jpicarbajal
date Sun, 23 Sep 2012 18:17:38 +0000
parents 0e0944d4ba2b
children af565713d2fb
files main/geometry/INDEX main/geometry/NEWS
diffstat 2 files changed, 16 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/main/geometry/INDEX	Sun Sep 23 18:13:29 2012 +0000
+++ b/main/geometry/INDEX	Sun Sep 23 18:17:38 2012 +0000
@@ -170,6 +170,17 @@
  vectors3d
 3D Points
  anglePoints3d
+ angleSort3d
+3D Planes
+ createPlane
+ intersectLinePlane
+ normalizePlane
+ planeNormal
+ planePosition
+ projPointOnPlane
+3D Others
+ sph2cart2
+ vectorAngle3d
 Geometric graphs descriptive
  graphs_Contents
 Geometric graphs creation
--- a/main/geometry/NEWS	Sun Sep 23 18:13:29 2012 +0000
+++ b/main/geometry/NEWS	Sun Sep 23 18:17:38 2012 +0000
@@ -3,9 +3,11 @@
 geometry-1.6.0   Release Date: 2012-xx-xx  Release Manager: Juan Pablo Carbajal
 ===============================================================================
 * Added Functions
-  anglePoints3d.m   angles3d.m   boxes3d.m    geom3d_Contents.m
-  lines3d.m         planes3d.m   points3d.m   polygons3d.m
-  vectors3d.m       graphs_Contents.m         meshes3d_Contents.m
+  anglePoints3d.m   angles3d.m   boxes3d.m   geom3d_Contents.m
+  lines3d.m   planes3d.m   points3d.m   polygons3d.m   vectors3d.m
+  graphs_Contents.m   meshes3d_Contents.m   angleSort3d.m   createPlane.m
+  intersectLinePlane.m   normalizePlane.m   planeNormal.m   planePosition.m
+  projPointOnPlane.m   sph2cart2.m   vectorAngle3d.m
 
 * Bug Fixes:
   - drawArrow.m was not working due to porting errors.