Matrix3f.LoadMultiply(Matrix3f, Matrix3f) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets current values to be the result of multiplying two given matrices
[Android.Runtime.Register("loadMultiply", "(Landroid/renderscript/Matrix3f;Landroid/renderscript/Matrix3f;)V", "GetLoadMultiply_Landroid_renderscript_Matrix3f_Landroid_renderscript_Matrix3f_Handler")]
public virtual void LoadMultiply (Android.Renderscripts.Matrix3f? lhs, Android.Renderscripts.Matrix3f? rhs);
[<Android.Runtime.Register("loadMultiply", "(Landroid/renderscript/Matrix3f;Landroid/renderscript/Matrix3f;)V", "GetLoadMultiply_Landroid_renderscript_Matrix3f_Landroid_renderscript_Matrix3f_Handler")>]
abstract member LoadMultiply : Android.Renderscripts.Matrix3f * Android.Renderscripts.Matrix3f -> unit
override this.LoadMultiply : Android.Renderscripts.Matrix3f * Android.Renderscripts.Matrix3f -> unit
Parameters
- lhs
- Matrix3f
left hand side matrix
- rhs
- Matrix3f
right hand side matrix
- Attributes
Remarks
Sets current values to be the result of multiplying two given matrices
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.