Back to Aurora Vision Library website
You are here: Start » Function Reference » Basic » Matrix » MultiplyMatrixByReal
| Header: | STD.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationLite |
Multiplies all elements of a matrix by a value.
Syntax
void avl::MultiplyMatrixByReal ( const avl::Matrix& inMatrix, float inValue, avl::Matrix& outMatrix )


