Computational Geometry VIs

Owning Palette: Geometry VIs

Requires: Full Development System. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.

Use the Computational Geometry VIs to compute a geometrical problem.

Palette ObjectDescription
Contour LineCalculates and returns the contour lines of a surface and the contour graph.
Convex HullComputes the vertices of a convex polygon, which are the set of points that make up the polygon that contains all the points.
Convex Polygon IntersectionComputes the intersection of two convex polygons.
Delaunay TriangulationComputes the Delaunay triangulation of the specified points in the plane.
Point in PolygonVerifies whether a point is inside a polygon.
Polygon AreaCalculates the signed area of a simple polygon.
Polygon CentroidComputes the centroid of a polygon.
Voronoi DiagramComputes the Voronoi diagram of specified points in a plane.