Android.Renderscripts.Matrix4f.Translate Method
Modifies the current matrix by post-multiplying it with a translation matrix of given dimensions

Syntax

[Android.Runtime.Register("translate", "(FFF)V", "GetTranslate_FFFHandler")]
public virtual void Translate (float x, float y, float z)

Parameters

x
translation component x
y
translation component y
z
translation component z

Remarks

Modifies the current matrix by post-multiplying it with a translation matrix of given dimensions

[Android Documentation]

Requirements

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