Subtracts the matrix in *b_ptr from the matrix in *a_ptr.
SE_COORD_INVALID_SOURCE_MATRIX - if a_ptr or b_ptr was NULL.
SE_COORD_INVALID_DEST_MATRIX - if result_out_ptr was NULL.
| extern SE_COORD_STATUS_CODE_ENUM | ||||
| SE_Matrix3X3Sub | ||||
| ( | ||||
| const | SE_MATRIX_3X3_TYPE | * | a_ptr, | (notes) |
| const | SE_MATRIX_3X3_TYPE | * | b_ptr, | (notes) |
| SE_MATRIX_3X3_TYPE | * | result_out_ptr | (notes) | |
| ); | ||||
pointer to 1st operand.
pointer to 2nd operand.
pointer to result.