Table of Contents

Interface IOneBodyConstraintDescription<TDescription>

Namespace
BepuPhysics.Constraints
Assembly
BepuPhysics.dll

Marks a type as a one body constraint description.

public interface IOneBodyConstraintDescription<TDescription> : IConstraintDescription<TDescription> where TDescription : unmanaged, IOneBodyConstraintDescription<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.