types.hpp File Reference
#include <iostream>
#include <cstdlib>
#include <cstdio>
#include <stdarg.h>
#include <cstring>
#include <cassert>
#include <cstdint>
#include <etk/stdTools.hpp>
#include <cmath>

Go to the source code of this file.

Typedefs

using btScalar = float
 
using float_t = float
 

Detailed Description

Author
Edouard DUPIN
Note
License: APACHE v2.0 (see license file)

Typedef Documentation

§ btScalar

using btScalar = float

If not using linear math from bullet lib, we need to define the basic element of a btScalar (float)

§ float_t

using float_t = float

Generate a basic type for floating point unit selection (not finished)