Function ProMatrixMakeOrthonormal
Description
It converts a non-orthonormal matrix to orthonormal matrix with user provided scaling factor.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGraphic.h>
ProMatrixMakeOrthonormal
(
ProMatrix inMatrix
/* (In)
Specifies the matrix to be converted to orthonormal.
*/
double intended_scale
/* (In)
Scale factor to be applied on the matrix.
*/
ProMatrix outMatrix
/* (Out)
Specifies orthonormal matrix.
*/
)
Returns
The function successfully converted the input matrix.
The input argument is invalid.
The input matrix can not be converted to Orthonormal matrix.
User Guide References
도움이 되셨나요?