Table of Contents

Struct NonconvexReductionChild

Namespace
BepuPhysics.CollisionDetection
Assembly
BepuPhysics.dll
public struct NonconvexReductionChild
Inherited Members

Fields

ChildIndexA

public int ChildIndexA

Field Value

int

ChildIndexB

public int ChildIndexB

Field Value

int

Manifold

public ConvexContactManifold Manifold

Field Value

ConvexContactManifold

OffsetA

Offset from the origin of the first shape's parent to the child's location in world space. If there is no parent, this is the zero vector.

public Vector3 OffsetA

Field Value

Vector3

OffsetB

Offset from the origin of the second shape's parent to the child's location in world space. If there is no parent, this is the zero vector.

public Vector3 OffsetB

Field Value

Vector3