Sets current values to be the result of multiplying two given
matrices
Syntax
[Android.Runtime.Register("loadMultiply", "(Landroid/renderscript/Matrix4f;Landroid/renderscript/Matrix4f;)V", "GetLoadMultiply_Landroid_renderscript_Matrix4f_Landroid_renderscript_Matrix4f_Handler")]
public virtual
void LoadMultiply (
Matrix4f lhs,
Matrix4f 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