FbxHalfFloat Class Reference
#include <fbxpropertytypes.h>
FBX SDK half-float class.
Property used to store half-float (16 bit float) number. This class only holds the value in 2 byte buffer (unsigned short). There is no direct math manipulation of this type except for the conversion to/from float. On disk, this type is also saved as an unsigned short.
Definition at line 156 of file fbxpropertytypes.h.
Assign operator.
- Parameters
-
pValue | The half-float to be assigned to this instance. |
- Returns
- This half-float.
Equivalence operator.
- Parameters
-
pRHS | The half-float to be compared with this one. |
- Returns
True
, if the two values are equal, false
otherwise.
Non-equivalence operator.
- Parameters
-
pRHS | The half-float to be compared with this one |
- Returns
True
, if the two values are unequal, false
otherwise.
const float value |
( |
| ) |
const |
Retrieve the value as a float.
unsigned const short internal_value |
( |
| ) |
const |
Retrieve the value as it is stored.
The documentation for this class was generated from the following file: