| ConvexHullOfPoints Constructor (IEnumerableVector3F) |
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public ConvexHullOfPoints(
IEnumerable<Vector3F> points
)
Public Sub New (
points As IEnumerable(Of Vector3F)
)
public:
ConvexHullOfPoints(
IEnumerable<Vector3F>^ points
)
new :
points : IEnumerable<Vector3F> -> ConvexHullOfPoints
Parameters
- points
- Type: System.Collections.GenericIEnumerableVector3F
A collection of points which are copied into the Points list.
See Also