Class DecomposedHulls.Hull
- Namespace
- Stride.BepuPhysics.Definitions
- Assembly
- Stride.BepuPhysics.dll
[DataContract]
public class DecomposedHulls.Hull
- Inheritance
-
DecomposedHulls.Hull
Constructors
Hull()
public Hull()
Hull(Vector3[], uint[])
This method expects full ownership over those arrays
public Hull(Vector3[] points, uint[] indices)
Parameters
Properties
Indices
Indices used to recreate a 3d mesh from those points
public ReadOnlySpan<uint> Indices { get; }
Property Value
Points
The points marking the bounds of the hull
public ReadOnlySpan<Vector3> Points { get; }