Cortex
10.0.0-a4
|
#include "IECore/Export.h"
#include "IECore/FastFloat.inl"
Go to the source code of this file.
Namespaces | |
IECore | |
This namespace contains all components of the core library. | |
Defines functions for fast conversion of floats to ints in various ways, because apparently a simple (int)myFloat is actually fairly slow. See Physically Based Rendering p.856 for more detail.