Home > matGeom > geom2d > ellipses2d.m

ellipses2d

PURPOSE ^

ELLIPSES2D Description of functions operating on ellipses.

SYNOPSIS ^

function ellipses2d(varargin)

DESCRIPTION ^

ELLIPSES2D Description of functions operating on ellipses.
   
   Ellipses are represented by their center, the length of their 2
   semi-axes length, and their angle from the Ox direction (in degrees). 
   E = [XC YC A B THETA];

   See also:
   circles2d, equivalentEllipse, isPointInEllipse, ellipsePerimeter
   ellipseToPolygon, drawEllipse, drawEllipseArc

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function ellipses2d(varargin)
0002 %ELLIPSES2D Description of functions operating on ellipses.
0003 %
0004 %   Ellipses are represented by their center, the length of their 2
0005 %   semi-axes length, and their angle from the Ox direction (in degrees).
0006 %   E = [XC YC A B THETA];
0007 %
0008 %   See also:
0009 %   circles2d, equivalentEllipse, isPointInEllipse, ellipsePerimeter
0010 %   ellipseToPolygon, drawEllipse, drawEllipseArc
0011 %
0012 
0013 % ------
0014 % Author: David Legland
0015 % e-mail: david.legland@inra.fr
0016 % Created: 2008-10-13,    using Matlab 7.4.0.287 (R2007a)
0017 % Copyright 2010 INRA - Cepia Software Platform.
0018 
0019 help('ellipses2d');

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