Home > matGeom > geom2d > angles2d.m

angles2d

PURPOSE ^

Description of functions for manipulating angles.

SYNOPSIS ^

function angles2d

DESCRIPTION ^

 Description of functions for manipulating angles.

   Angles are normalized in an interval of width 2*PI. Most geom2d
   functions return results in the [0 2*pi] interval, but it can be
   convenient to consider the [-pi pi] interval as well. See the
   normalizeAngle function to switch between conventions.

   Angles are usually oriented. The default orientation is the CCW
   (Counter-Clockwise) orientation.

   See also:
   normalizeAngle, angleDiff, angleAbsDiff, angleSort
   angle2Points, angle3Points, vectorAngle, lineAngle, edgeAngle

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function angles2d
0002 % Description of functions for manipulating angles.
0003 %
0004 %   Angles are normalized in an interval of width 2*PI. Most geom2d
0005 %   functions return results in the [0 2*pi] interval, but it can be
0006 %   convenient to consider the [-pi pi] interval as well. See the
0007 %   normalizeAngle function to switch between conventions.
0008 %
0009 %   Angles are usually oriented. The default orientation is the CCW
0010 %   (Counter-Clockwise) orientation.
0011 %
0012 %   See also:
0013 %   normalizeAngle, angleDiff, angleAbsDiff, angleSort
0014 %   angle2Points, angle3Points, vectorAngle, lineAngle, edgeAngle
0015 %
0016 
0017 % ------
0018 % Author: David Legland
0019 % e-mail: david.legland@inrae.fr
0020 % Created: 2010-03-31,    using Matlab 7.4.0.287 (R2007a)
0021 % Copyright 2010 INRA - Cepia Software Platform.
0022 
0023 
0024 help('angles2d');

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