最好有算例附屬的命令陳述句
maple說明書盡管有GraphTheory[DelaunayTriangulation]命令,并有以下說明,但是沒有算例,請祥加解釋·。
———————————————————————————————————————————————————
Parameters
points
-
list of 2 element lists representing n coordinates
Description
" This function computes a Delaunay triangulation of the input points returning a sequence of two outputs: the set of triangles and an edge adjacency Matrix.
" The Delaunay triangulation is a triangulation that maximizes the smallest angle of the triangles in the triangulation (i.e. it avoids thin triangles).
" The triangles are returned in a set containing the three vertices of each triangle as integer references to the input points list.
" The adjacency matrix is an n by n symmetric Matrix that contains a
1
in entry
i, j
if one of the triangle edges is from
points[i]
to
points[j]
, and
0
otherwise.
Compatibility
" The GraphTheory[DelaunayTriangulation] command was introduced in Maple 16.
" For more information on Maple 16 changes, see Updates in Maple 16.
See Also
GraphTheory
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/252798.html
標籤:其他開發語言
上一篇:python回識訓制
