37void b_eye(
double b_I[36]);
44void eye(
double b_I[9]);
51void eye_2(
double b_I[4]);
void eye_2(double b_I[4])
Creates a 2x2 identity matrix.
void eye_attitude(double b_I[16])
Creates a 4x4 identity matrix, typically for attitude calculations.
void b_eye(double b_I[36])
Creates a 6x6 identity matrix.
void eye(double b_I[9])
Creates a 3x3 identity matrix.
Defines standard data types for code generated by MATLAB Coder.