#define RCOORDBITS(v) (*(_32*)&(v))
A macro to get the literal bits into an unsigned value of the same size. Shift and binary operators do not apply to floating point values, but floating point values are fields of bits that represent fractional parts of integers. This gets the bits so the fields can be tested.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|