Sets current values to be the result of multiplying two given
matrices
Syntax
[Android.Runtime.Register("loadMultiply", "(Landroid/renderscript/Matrix3f;Landroid/renderscript/Matrix3f;)V", "GetLoadMultiply_Landroid_renderscript_Matrix3f_Landroid_renderscript_Matrix3f_Handler")]
public virtual
void LoadMultiply (
Matrix3f lhs,
Matrix3f rhs)
Parameters
- lhs
- left hand side matrix
- rhs
- right hand side matrix
Remarks
Requirements
Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11