plottools/triangulate - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Home : Support : Online Help : plottools/triangulate

plottools

  

triangulate

  

triangulate plot data

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

triangulate(p, opts)

Parameters

p

-

a POLYGONS or POINTS structure

opts

-

zero or more options as described below.

Description

• 

The triangulate command takes a POLYGONS or POINTS structure and returns a POLYGONS structure containing a set of triangles which cover the region defined by p.

• 

If p is a POLYGONS structure, the result is a POLYGONS structure consisting only of triangles which covers the region defined by p. Note the polygons in the input p are not required to be convex.

• 

If p is a POINTS structure, the result is a POLYGONS structure consisting only of triangles in which every point in p appears as a corner of some triangle.

• 

The options opts should consist of options supported by plottools[polygon].

Examples

(1)

(2)

Compatibility

• 

The plottools[triangulate] command was introduced in Maple 2020.

• 

For more information on Maple 2020 changes, see Updates in Maple 2020.

See Also

ComputationalGeometry[DelaunayTriangulation]

ComputationalGeometry[PolygonTriangulation]

plottools

 


Download Help Document