#include <fbxpropertytypes.h>
FBX SDK distance class.
- Examples:
- ImportScene/DisplayLodGroup.cxx.
Definition at line 439 of file fbxpropertytypes.h.
◆ FbxDistance() [1/3]
◆ FbxDistance() [2/3]
Constructor with default values.
- Parameters
-
| pValue | Value of distance using the measurement unit. |
| pUnit | Unit of measurement. |
◆ FbxDistance() [3/3]
Constructor.
- Parameters
-
| pValue | Value of distance using the measurement unit. |
| pUnit | Unit of measurement. |
◆ ~FbxDistance()
◆ operator=()
Assign operator.
- Parameters
-
| pValue | The distance to be assigned to this distance. |
- Returns
- This distance.
◆ operator==()
Equivalence operator.
- Parameters
-
| pRHS | The distance to be compared with this distance. |
- Returns
True, if the two distances are equal, false otherwise.
◆ operator!=()
Non-equivalence operator.
- Parameters
-
| pRHS | The distance to be compared with this distance. |
- Returns
True, if the two distances are unequal, false otherwise.
◆ unitName()
◆ unit()
Retrieve the measurement unit.
- Returns
- The measure unit of the distance.
◆ value()
| const float value |
( |
| ) |
const |
◆ internalValue()
| 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.
◆ valueAs()
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: