Table of Contents

Struct ThreeBodyReferences

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 ThreeBodyReferences
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>