Home > matGeom > geom3d > points3d.m

points3d

PURPOSE ^

POINTS3D Description of functions operating on 3D points.

SYNOPSIS ^

function points3d(varargin)

DESCRIPTION ^

POINTS3D Description of functions operating on 3D points.

   Points are represented by their 3 Cartesian coordinates:
   P = [X Y Z];

   Arrays of points consist in N*3 arrays, each row being a point.

   See also
   isCoplanar, distancePoints, boundingBox3d
   anglePoints3d, angleSort3d, sphericalAngle
   sph2cart2, cart2sph2, cart2cyl, cyl2cart
   transformPoint3d, clipPoints3d


 ------
 Author: David Legland
 e-mail: david.legland@grignon.inra.fr
 Created: 2008-10-13,    using Matlab 7.4.0.287 (R2007a)
 Copyright 2008 INRA - BIA PV Nantes - MIAJ Jouy-en-Josas.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function points3d(varargin)
0002 %POINTS3D Description of functions operating on 3D points.
0003 %
0004 %   Points are represented by their 3 Cartesian coordinates:
0005 %   P = [X Y Z];
0006 %
0007 %   Arrays of points consist in N*3 arrays, each row being a point.
0008 %
0009 %   See also
0010 %   isCoplanar, distancePoints, boundingBox3d
0011 %   anglePoints3d, angleSort3d, sphericalAngle
0012 %   sph2cart2, cart2sph2, cart2cyl, cyl2cart
0013 %   transformPoint3d, clipPoints3d
0014 %
0015 %
0016 % ------
0017 % Author: David Legland
0018 % e-mail: david.legland@grignon.inra.fr
0019 % Created: 2008-10-13,    using Matlab 7.4.0.287 (R2007a)
0020 % Copyright 2008 INRA - BIA PV Nantes - MIAJ Jouy-en-Josas.

Generated on Wed 16-Feb-2022 15:10:47 by m2html © 2003-2019