Table of Contents

Struct FourBodyReferences

Namespace
BepuPhysics.Constraints
Assembly
BepuPhysics.dll

A constraint's body references. Stored separately from the iteration data since it is accessed by both the prestep and solve.

public struct FourBodyReferences
Inherited Members

Fields

IndexA

public Vector<int> IndexA

Field Value

Vector<int>

IndexB

public Vector<int> IndexB

Field Value

Vector<int>

IndexC

public Vector<int> IndexC

Field Value

Vector<int>

IndexD

public Vector<int> IndexD

Field Value

Vector<int>