SRM Reference Manual
Functions
SRM Matrix3x3Multiply
extern SRM_Status_Code
SRM_Matrix3x3Multiply
(
constSRM_Matrix_3x3 *a_ptr, (notes)
constSRM_Matrix_3x3 *b_ptr, (notes)
SRM_Matrix_3x3 *result_out_ptr (notes)
);

Definition

Multiplies 2 SRM_Matrix_3x3 matrices.


Returns

SRM_STAT_CODE_SUCCESS if valid parameters were passed in and all operations succeeded.
SRM_STAT_CODE_INVALID_SOURCE_MATRIX and *result_out_ptr is left unchanged, if a_ptr or b_ptr was NULL.
SRM_STAT_CODE_INVALID_DEST_MATRIX and *result_out_ptr is left unchanged, if result_out_ptr was NULL.


Parameters Notes


a_ptr

 pointer to 1st operand

b_ptr

 pointer to 2nd operand

result_out_ptr

 pointer to result.


Prev: SRM_Matrix3x3Add. Next: SRM_Matrix3x3Sub. Up:Index.

Last updated: October 1, 2002 Copyright © 2002 SEDRIS™