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, fitPlane, drawPlane3d
   clipConvexPolyhedronByPlane, clipPlane, transformPlane3d, isPlane
   clipMeshByPlane

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, fitPlane, drawPlane3d
0013 %   clipConvexPolyhedronByPlane, clipPlane, transformPlane3d, isPlane
0014 %   clipMeshByPlane
0015 %
0016 
0017 % ------
0018 % Author: David Legland
0019 % E-mail: david.legland@inrae.fr
0020 % Created: 2008-10-13, using Matlab 7.4.0.287 (R2007a)
0021 % Copyright 2008-2024 INRA - BIA PV Nantes - MIAJ Jouy-en-Josas
0022 
0023 help('planes3d');

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