Matrix3f.Multiply(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.
Post-multiplies the current matrix by a given parameter
[Android.Runtime.Register("multiply", "(Landroid/renderscript/Matrix3f;)V", "GetMultiply_Landroid_renderscript_Matrix3f_Handler")]
public virtual void Multiply (Android.Renderscripts.Matrix3f? rhs);
[<Android.Runtime.Register("multiply", "(Landroid/renderscript/Matrix3f;)V", "GetMultiply_Landroid_renderscript_Matrix3f_Handler")>]
abstract member Multiply : Android.Renderscripts.Matrix3f -> unit
override this.Multiply : Android.Renderscripts.Matrix3f -> unit
Parameters
- rhs
- Matrix3f
right hand side to multiply by
- Attributes
Remarks
Post-multiplies the current matrix by a given parameter
Java documentation for android.renderscript.Matrix3f.multiply(android.renderscript.Matrix3f)
.
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.