Home > mpt > extras > geometry > mpt_delaunay.m

mpt_delaunay

PURPOSE ^

MPT_DELAUNAY Computes the delaunay triangulation of a polytope

SYNOPSIS ^

function [Pn]=mpt_delaunay(P,Options)

DESCRIPTION ^

MPT_DELAUNAY Computes the delaunay triangulation of a polytope 
             (in H or V representation)

 [Pn]=mpt_delaunay(P,Options)

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------
 The delaunay trianglulation partitions a polytopes into simplices.
  
 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------
 P             -   Optional input:
                   Either a polytope object P or a p times nx matrix which 
                   contains p points in nx dimensions;
                   If no argument is passed (P empty), then "mousepoly" is called 
                   automatically
 Options.plot  -   if set to 1, plots the delanuay triangulation (0 is default)

 ---------------------------------------------------------------------------
 OUTPUT                                                                                                    
 ---------------------------------------------------------------------------

 Pn            -   Delaunay triangulation

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 30-Mar-2006 10:26:47 by m2html © 2003