C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

GeometryLevel::TranslateGeometryLevel

Defined in:  C4GeometryLevel.h
Translates the geometrical data in a geometry level.
Prototype

void TranslateGeometryLevel(const Vector3D& translation);

Parameters
translation The translation to apply to the geometry level.
Description
The TranslateGeometryLevel function translates the contents of a geometry level by the offset vector given by the translation parameter. This operation affects the vertex array and plane array.
See Also

GeometryLevel::TransformGeometryLevel

GeometryLevel::ScaleGeometryLevel