Interface ITwoBodyConstraintDescription<TDescription>
- Namespace
- BepuPhysics.Constraints
- Assembly
- BepuPhysics.dll
Marks a type as a two body constraint description.
public interface ITwoBodyConstraintDescription<TDescription> : IConstraintDescription<TDescription> where TDescription : unmanaged, ITwoBodyConstraintDescription<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.