FbxDistance Class Reference
#include <fbxpropertytypes.h>
FBX SDK distance class.
Definition at line 439 of file fbxpropertytypes.h.
Constructor with default values.
- Parameters
-
pValue | Value of distance using the measurement unit. |
pUnit | Unit of measurement. |
Constructor.
- Parameters
-
pValue | Value of distance using the measurement unit. |
pUnit | Unit of measurement. |
Assign operator.
- Parameters
-
pValue | The distance to be assigned to this distance. |
- Returns
- This distance.
Equivalence operator.
- Parameters
-
pRHS | The distance to be compared with this distance. |
- Returns
True
, if the two distances are equal, false
otherwise.
Non-equivalence operator.
- Parameters
-
pRHS | The distance to be compared with this distance. |
- Returns
True
, if the two distances are unequal, false
otherwise.
Retrieve the measurement unit.
- Returns
- The measure unit of the distance.
const float value |
( |
| ) |
const |
Retrieve the distance value.
- Returns
- The value of the distance in the defined measurement unit.
const float internalValue |
( |
| ) |
const |
Get the value of distance when converting this measurement unit to inch.
- Returns
- The value of distance when converting this measurement unit to inch.
Get the value of distance when converting this measurement unit to the specified measurement unit.
- Parameters
-
pUnit | The measurement unit to be converted to. |
- Returns
- The value of distance when using the specified measurement unit.
The documentation for this class was generated from the following file: