Function Index Class Index

Show_World_To_Screen_XXX

Functions

HC_EXTERNAL HIC_API float const * HIC_Show_World_To_Screen_Adjoint (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API float const * HIC_Show_World_To_Screen_Matrix (HIC_Rendition const *nr)

Function Documentation

HC_EXTERNAL HIC_API float const* HIC_Show_World_To_Screen_Adjoint ( HIC_Rendition const *  nr)
Parameters:
nrA pointer to a const HIC_Rendition.
Returns:
A pointer to a 4x4 array of floats.

This function returns the world to screen adjoint.

HC_EXTERNAL HIC_API float const* HIC_Show_World_To_Screen_Matrix ( HIC_Rendition const *  nr)
Parameters:
nrA pointer to a const HIC_Rendition.
Returns:
A pointer to a 4x4 array of floats.

This function returns the world to screen matrix.