
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) |
| HC_EXTERNAL HIC_API void HIC_Set_General_Displacement | ( | HIC_Rendition const * | nr, |
| float | displacement | ||
| ) |
| nr | A pointer to a const HIC_Rendition. |
| displacement | A float. |
This function sets the general displacement using the passed in float value.
| HC_EXTERNAL HIC_API float HIC_Show_General_Displacement | ( | HIC_Rendition const * | nr | ) |
| nr | A pointer to a const HIC_Rendition. |
This function returns the general displacement as a float value.