Preparing search index...
The search index is not available
rvgeo
rvgeo
alphaComplex
Function alphaComplex
alpha
Complex
(
points
,
alpha
)
:
[
number
,
number
,
number
]
[]
Alpha Complex 算法
Alpha shapes are a generalization of Delaunay triangulations.
Given a parameter alpha and a point set, they compute a simplicial complex which covers the point set in simplices whose circum radii are less than 1/alpha.
Parameters
points
:
Point
[]
点数组
alpha
:
number
alpha 值
Returns
[
number
,
number
,
number
]
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
rvgeo
colorListType
stretchType
Circle
Delaunator
Dijkstra
Evented
Geometry
GeometryCollection
Grid
LineString
MultiLineString
MultiPoint
MultiPolygon
Point
Polygon
QuadTree
Voronoi
CRS
GeoJSONFeature
GeoJSONFeatureCollection
GeoJSONGeometry
Loading...
Generated using
TypeDoc
Alpha Complex 算法