|
Rapier C — 3D / f64 0.36.0+c.0
|
Features available through the loaded C library, independent of consumer defines. More...
#include <rapier.h>
Data Fields | |
| R3Bool | profiling |
| Whether native profiling timers were compiled in. | |
| uint32_t | simd_lanes |
| Solver SIMD lane count. | |
| R3Bool | parallel |
| Whether this library exposes Rapier's parallel execution and thread-pool APIs. | |
| R3Bool | enhanced_determinism |
| Whether the library is built with enhanced-determinism: the simulation, and the math functions such as r3Sin, give bit-identical results on every platform. | |
Features available through the loaded C library, independent of consumer defines.
| R3Bool R3BuildFeatures::enhanced_determinism |
Whether the library is built with enhanced-determinism: the simulation, and the math functions such as r3Sin, give bit-identical results on every platform.
| R3Bool R3BuildFeatures::parallel |
Whether this library exposes Rapier's parallel execution and thread-pool APIs.
| R3Bool R3BuildFeatures::profiling |
Whether native profiling timers were compiled in.
| uint32_t R3BuildFeatures::simd_lanes |
Solver SIMD lane count.
Hardware instruction width depends on the target CPU.