Typedefs |
|
typedef float | RwReal |
typedef int | RwFixed |
|
RenderWare supports a single RwFixed fixed-point type. Although popular in the days when integer mathematics was much faster than floating point mathematics, fixed-point math is now rarely used. It is provided because it is still useful for some processes. The maximum and minimum size of an RwFixed value are defined by the constants RWFIX_MAX and RWFIX_MIN respectively. The following macros are provided to help you work with RwFixed datatypes:
|
|
RenderWare supports a single RwReal floating-point type to aid portability across platforms. This type should be used in applications in preference to the underlying native type. The constants RwRealMAXVAL and RwRealMINVAL are provided for determining the maximum and minimum values possible using the RwReal type. In addition, the following macros are available for operations on RwReal types:
|
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |