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

Borrowed array of soft-body descriptions. More...

#include <rapier.h>

Data Fields

const struct R3SoftBodyDesc * data
 Borrowed pointer to contiguous elements; NULL is allowed when count is zero.
size_t count
 Number of elements, not bytes unless the element type is a byte.

Detailed Description

Borrowed array of soft-body descriptions.

count counts descriptions. Data must remain live through the build/insert call that reads the description. NULL is permitted only when count is zero.

Field Documentation

◆ count

size_t R3SoftBodyDescView::count

Number of elements, not bytes unless the element type is a byte.

◆ data

const struct R3SoftBodyDesc* R3SoftBodyDescView::data

Borrowed pointer to contiguous elements; NULL is allowed when count is zero.


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