Nudge Physics
A single file, header-only 3D physics library
Loading...
Searching...
No Matches
nudge::ActiveBodies Struct Reference

The ActiveBodies struct. More...

#include <nudge.h>

Public Attributes

uint16_t * indices
 
uint32_t capacity
 
uint32_t count
 

Detailed Description

The ActiveBodies struct.

Note
AFAICU it has something to do with bodies that have contacts between them. However for some strange reason even sleeping bodies can be in the list.

Member Data Documentation

◆ indices

uint16_t* nudge::ActiveBodies::indices

array of size count of body indices

◆ capacity

uint32_t nudge::ActiveBodies::capacity

◆ count

uint32_t nudge::ActiveBodies::count

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