Table of Contents

Struct HullFace

Namespace
BepuPhysics.Collidables
Assembly
BepuPhysics.dll

Stores references to the points composing one of a convex hull's faces.

public struct HullFace
Inherited Members

Fields

OriginalVertexMapping

public Buffer<int> OriginalVertexMapping

Field Value

Buffer<int>

VertexIndices

public Buffer<int> VertexIndices

Field Value

Buffer<int>

Properties

this[int]

Gets the index of the vertex associated with the given face vertex index in the source point set.

public int this[int index] { get; }

Parameters

index int

Index into the face's vertex list.

Property Value

int

Index of the vertex associated with the given face vertex index in the source point set.

VertexCount

Gets the number of vertices in the face.

public int VertexCount { get; }

Property Value

int