Translates matrix m by x, y, and z in place.
Syntax
[Android.Runtime.Register("translateM", "([FIFFF)V", "")]
public static
void TranslateM (
float[] m,
int mOffset,
float x,
float y,
float z)
Parameters
- m
- matrix
- mOffset
- index into m where the matrix starts
- x
- translation factor x
- y
- translation factor y
- z
- translation factor z
Remarks
Requirements
Namespace: Android.Opengl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1