| GeometryHelperCreateConvexHull Method (IEnumerableVector3F) |
Creates a convex hull mesh for a set of points.
Namespace: DigitalRune.GeometryAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public static DcelMesh CreateConvexHull(
IEnumerable<Vector3F> points
)
Public Shared Function CreateConvexHull (
points As IEnumerable(Of Vector3F)
) As DcelMesh
public:
static DcelMesh^ CreateConvexHull(
IEnumerable<Vector3F>^ points
)
static member CreateConvexHull :
points : IEnumerable<Vector3F> -> DcelMesh
Parameters
- points
- Type: System.Collections.GenericIEnumerableVector3F
The points.
Return Value
Type:
DcelMesh
The mesh of the convex hull or
if the point list
is
or empty.
Remarks See Also