Crate f3l_surface

Source

Structs§

ConcaveHull
Compute Concave Hull of data.
ConvexHull
Generic Convex Hull wrapper of ConvexHull2D and ConvexHull3D points data.
ConvexHull2D
Convex Hull of 2d data. A QuickHull implement.
ConvexHull3D
Convex Hull of 3d data. A QuickHull implement.
ConvexHull3D2D
This structure is using to process 3D data which is near a plane.
Delaunay2D
Compute Delaunay Triangles with alpha shape. Implement Bowyer–Watson algorithm
Delaunay2DSerde
Delaunay2DShape
Structure represent a shape contains triangle meshes and multiple contours(with holes).
Face
Generic Face object.
FaceIdType
Face Id object.
FaceInstanceType
Face Instance object.
SubTriangle
Structure represent a triangle to be computed.

Enums§

ConvexHullId
Represent Convex Hull result of Ids.
ConvexHullInstance
Represent Convex Hull result of data.
FaceType
Face Types.

Traits§

Convex
Convex Hull Trait.