Документация Engee

Tesselation

Страница в процессе перевода.

tesselate(pointset, [method])

Tesselate pointset with tesselation method.

If the method is ommitted, a default algorithm is used.

DiscretizationMethod

A method for tesselating point sets into meshes.

DelaunayTesselation

DelaunayTesselation([rng])

Unconstrained Delaunay tesselation of point sets. Optionally, specify the random number generator rng.

References

Notes

Wraps DelaunayTriangulation.jl. For any internal errors, file an issue at DelaunayTriangulation.jl

points = rand(Point, 100, crs=Cartesian2D)

mesh = tesselate(points, DelaunayTesselation())

viz(mesh, showsegments = true)
viz!(points, color = :red)
Mke.current_figure()
mnAAAAAElFTkSuQmCC

VoronoiTesselation

VoronoiTesselation([rng])

Unconstrained Voronoi tesselation of point sets. Optionally, specify the random number generator rng.

References

Notes

Wraps DelaunayTriangulation.jl. For any internal errors, file an issue at DelaunayTriangulation.jl

points = rand(Point, 100, crs=Cartesian2D)

mesh = tesselate(points, VoronoiTesselation())

viz(mesh, showsegments = true)
viz!(points, color = :red)
Mke.current_figure()
E83yk+wAAAAAAAAARgEVlAAAAAAAABAoBIQAAAAAAgEAhIAQAAAAAABAoBIQAAAAAAAAChYAQAAAAAABAoBAQAgAAAAAACBQCQgAAAAAAAIFCQAgAAAAAACBQCAgBAAAAAAAECgEhAAAAAACAQCEgBAAAAAAAECgEhAAAAAAAAAKFgBAAAAAAAECgEBACAAAAAAAIFAJCAAAAAAAAgUJACAAAAAAAIFAICAEAAAAAAAQKASEAAAAAAIBAISAEAAAAAAAQKASEAAAAAAAAAoWAEAAAAAAAQKAQEAIAAAAAAAgUAkIAAAAAAACBQkAIAAAAAAAgUAgIAQAAAAAABAoBIQAAAAAAgEAhIAQAAAAAABAoBIQAAAAAAAAChYAQAAAAAABAoBAQAgAAAAAACBQCQgAAAAAAAIFCQAgAAAAAACBQCAgBAAAAAAAECgEhAAAAAACAQP1fcYQ7J2nusKQAAAAASUVORK5CYII=