Matrix2f.LoadMultiply(Matrix2f, Matrix2f) Method

Definition

Sets current values to be the result of multiplying two given matrices

[Android.Runtime.Register("loadMultiply", "(Landroid/renderscript/Matrix2f;Landroid/renderscript/Matrix2f;)V", "GetLoadMultiply_Landroid_renderscript_Matrix2f_Landroid_renderscript_Matrix2f_Handler")]
public virtual void LoadMultiply (Android.Renderscripts.Matrix2f? lhs, Android.Renderscripts.Matrix2f? rhs);
[<Android.Runtime.Register("loadMultiply", "(Landroid/renderscript/Matrix2f;Landroid/renderscript/Matrix2f;)V", "GetLoadMultiply_Landroid_renderscript_Matrix2f_Landroid_renderscript_Matrix2f_Handler")>]
abstract member LoadMultiply : Android.Renderscripts.Matrix2f * Android.Renderscripts.Matrix2f -> unit
override this.LoadMultiply : Android.Renderscripts.Matrix2f * Android.Renderscripts.Matrix2f -> unit

Parameters

lhs
Matrix2f

left hand side matrix

rhs
Matrix2f

right hand side matrix

Attributes

Remarks

Sets current values to be the result of multiplying two given matrices

Java documentation for android.renderscript.Matrix2f.loadMultiply(android.renderscript.Matrix2f, android.renderscript.Matrix2f).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to