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

The ContactCache struct contains the CachedContactImpulse and persists across frames. More...

#include <nudge.h>

Public Attributes

uint64_t * tags
 
CachedContactImpulsedata
 
uint32_t capacity
 
uint32_t count
 

Detailed Description

The ContactCache struct contains the CachedContactImpulse and persists across frames.

Member Data Documentation

◆ tags

uint64_t* nudge::ContactCache::tags

◆ data

CachedContactImpulse* nudge::ContactCache::data

◆ capacity

uint32_t nudge::ContactCache::capacity

◆ count

uint32_t nudge::ContactCache::count

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