|
Rapier C — 3D / f64 0.36.0+c.0
|
Borrowed array of real elements. More...
#include <rapier.h>
Data Fields | |
| const R3Real * | 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. | |
Borrowed array of real elements.
count counts elements of the declared type. Copying this view does not copy its data or extend its lifetime. No Free is needed. Data must remain live through the build/insert call that reads the description. NULL is permitted only when count is zero.
| size_t R3RealView::count |
Number of elements, not bytes unless the element type is a byte.
| const R3Real* R3RealView::data |
Borrowed pointer to contiguous elements; NULL is allowed when count is zero.