Android.Opengl.Matrix.ScaleM Method
Scales matrix m in place by sx, sy, and sz.

Syntax

[Android.Runtime.Register("scaleM", "([FIFFF)V", "")]
public static void ScaleM (float[] m, int mOffset, float x, float y, float z)

Parameters

m
matrix to scale
mOffset
index into m where the matrix starts
x
scale factor x
y
scale factor y
z
scale factor z

Remarks

Scales matrix m in place by sx, sy, and sz.

[Android Documentation]

Requirements

Namespace: Android.Opengl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1