Structure to create a Vector2D_t with 32 bit unsigned integer constants.
There is no standard for initializing 32 bit floats at compile time without generating startup glue code. This structure fixes the problem by creating a union between the Vector2D_t structure and an array of data that maps directly over it.
{{0x7F800000U,0x7F800000U}};
const Word32ToVector2D_t g_Vector2DInfinity
Constant of Burger::g_fInf,Burger::g_fInf.
Definition brvector2d.cpp:1028
Structure to create a Vector2D_t with 32 bit unsigned integer constants.
Definition burger.h:16342