Scales this matrix by a constant divisor.
 This matrix is updated in place, rather than a new matrix being created.
 
 
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntaxmember Div : 
        div : float -> CMat 
Parameters
- div
 - Type: SystemDouble
The scale divisor. The matrix is multiplied by 1/div. 
Return Value
Type: 
CMatThis matrix, as updated after scaling
See Also