General_Displacement
Functions | |
HC_EXTERNAL HIC_API void | HIC_Set_General_Displacement (HIC_Rendition const *nr, float displacement) |
HC_EXTERNAL HIC_API float | HIC_Show_General_Displacement (HIC_Rendition const *nr) |
Detailed Description
Function Documentation
◆ HIC_Set_General_Displacement()
HC_EXTERNAL HIC_API void HIC_Set_General_Displacement | ( | HIC_Rendition const * | nr, |
float | displacement | ||
) |
- Parameters
-
nr A pointer to a const HIC_Rendition. displacement A float.
This function sets the general displacement using the passed in float value.
◆ HIC_Show_General_Displacement()
HC_EXTERNAL HIC_API float HIC_Show_General_Displacement | ( | HIC_Rendition const * | nr | ) |
- Parameters
-
nr A pointer to a const HIC_Rendition.
- Returns
- A float.
This function returns the general displacement as a float value.