Table of Contents

Interface IThreeBodyConstraintDescription<TDescription>

Namespace
BepuPhysics.Constraints
Assembly
BepuPhysics.dll

Marks a type as a three body constraint description.

public interface IThreeBodyConstraintDescription<TDescription> : IConstraintDescription<TDescription> where TDescription : unmanaged, IThreeBodyConstraintDescription<TDescription>

Type Parameters

TDescription

Type of the description.

Inherited Members

Remarks

This and the other body-count aware interfaces exist to give the compiler a way to report errors when using Solver.Add with different body counts.