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

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@inrae.fr
0019 % Created: 2008-10-13, using Matlab 7.4.0.287 (R2007a)
0020 % Copyright 2008-2024 INRA - BIA PV Nantes - MIAJ Jouy-en-Josas

Generated on Thu 21-Nov-2024 11:30:22 by m2html © 2003-2022