Table of Contents

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

points Vector3[]
indices uint[]

Properties

Indices

Indices used to recreate a 3d mesh from those points

public ReadOnlySpan<uint> Indices { get; }

Property Value

ReadOnlySpan<uint>

Points

The points marking the bounds of the hull

public ReadOnlySpan<Vector3> Points { get; }

Property Value

ReadOnlySpan<Vector3>