Rapier C — 2D / f64 0.36.0+c.0
Loading...
Searching...
No Matches
R2SoftMeshBindingDesc Struct Reference

Non-owning deformable binding description. More...

#include <rapier.h>

Data Fields

uint32_t kind
 Discriminant selecting which description fields are read.
struct R2IndexView particles
 Borrowed particle indices used for a direct mesh binding.
R2Real epsilon
 Nonnegative positional tolerance for direct-by-position binding.
R2Bool selfContacts
 Whether self-collision is enabled.

Detailed Description

Non-owning deformable binding description.

Direct particle indices are borrowed.

Field Documentation

◆ epsilon

R2Real R2SoftMeshBindingDesc::epsilon

Nonnegative positional tolerance for direct-by-position binding.

◆ kind

uint32_t R2SoftMeshBindingDesc::kind

Discriminant selecting which description fields are read.

◆ particles

struct R2IndexView R2SoftMeshBindingDesc::particles

Borrowed particle indices used for a direct mesh binding.

◆ selfContacts

R2Bool R2SoftMeshBindingDesc::selfContacts

Whether self-collision is enabled.


The documentation for this struct was generated from the following file: