Brief Index      Full Index      Events Index      I.M. Reference

Compute_Identity_Matrix


Functions

void Compute_Identity_Matrix (float *out_matrix)

Function Documentation

void Compute_Identity_Matrix ( float *  out_matrix  ) 

Parameters:
out_matrix - Output transformation matrix, returned to the caller.

DETAILS

Compute_Identity_Matrix() produces a matrix that represents "no transformation". It can be useful when program logic always assumes a previous transformation exists. The output array is always filled with [1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1].

NOTES

RESTRICTIONS

See also:
Set_Modelling_Matrix

Brief Index      Full Index      Events Index      I.M. Reference