Home > matGeom > geom3d > planes3d.m

planes3d

PURPOSE ^

PLANES3D Description of functions operating on 3D planes.

SYNOPSIS ^

function planes3d(varargin)

DESCRIPTION ^

PLANES3D Description of functions operating on 3D planes.

   Planes are represented by a 3D point (the plane origin) and 2 direction
   vectors, which should not be colinear.
   PLANE = [X0 Y0 Z0  DX1 DY1 DZ1  DX2 DY2 DZ2];

   See also
   createPlane, normalizePlane, medianPlane, planeNormal, parallelPlane
   distancePointPlane, projPointOnPlane, planePosition, isBelowPlane
   intersectPlanes, intersectLinePlane, intersectEdgePlane
   dihedralAngle, planesBisector, polyhedronSlice, clipConvexPolyhedronHP
   fitPlane, drawPlane3d, clipPlane, transformPlane3d, isPlane

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function planes3d(varargin)
0002 %PLANES3D Description of functions operating on 3D planes.
0003 %
0004 %   Planes are represented by a 3D point (the plane origin) and 2 direction
0005 %   vectors, which should not be colinear.
0006 %   PLANE = [X0 Y0 Z0  DX1 DY1 DZ1  DX2 DY2 DZ2];
0007 %
0008 %   See also
0009 %   createPlane, normalizePlane, medianPlane, planeNormal, parallelPlane
0010 %   distancePointPlane, projPointOnPlane, planePosition, isBelowPlane
0011 %   intersectPlanes, intersectLinePlane, intersectEdgePlane
0012 %   dihedralAngle, planesBisector, polyhedronSlice, clipConvexPolyhedronHP
0013 %   fitPlane, drawPlane3d, clipPlane, transformPlane3d, isPlane
0014 %
0015 
0016 % ------
0017 % Author: David Legland
0018 % e-mail: david.legland@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.
0021 
0022 help('planes3d');

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