#include <fbxpropertytypes.h>
Class Description
FBX SDK distance class.
- Examples:
-
ImportScene/DisplayLodGroup.cxx.
Definition at line 435 of file fbxpropertytypes.h.
List of all
members.
Constructor & Destructor Documentation
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. |
Member Function Documentation
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 value of distance using the measurement unit.
- Returns:
- The value of distance using the measurement unit.
- Examples:
- ImportScene/DisplayLodGroup.cxx.
| 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: