Table of Contents

Struct TwoBodyReferences

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. Two address streams isn't much of a problem for prefetching.

public struct TwoBodyReferences
Inherited Members

Fields

IndexA

public Vector<int> IndexA

Field Value

Vector<int>

IndexB

public Vector<int> IndexB

Field Value

Vector<int>