Tesla Graphics Engine Documentation (January 2012)
TranslatePositions Method (x, y, z)
TeslaTesla.SceneMeshDataTranslatePositions(Single, Single, Single)
Translates position vertex data by adding the specified translation. If the vertex buffer has been constructed, this updates that, otherwise it just updates the CPU copy.
Declaration Syntax
C#
public void TranslatePositions(
	float x,
	float y,
	float z
)
Parameters
x (Single)
X value to add
y (Single)
Y value to add
z (Single)
Z value to add

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)