Click or drag to resize
ConvexHullInfo Constructor
Create the info to create a convex-hull body.

Namespace:  GeonBit.ECS.Components.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ConvexHullInfo(
	Vector3[] points
)

Parameters

points
Type: Vector3
Points to build the convex hull from.
See Also