Garry's Mod Wiki

VMatrix:Translate

  VMatrix:Translate( Vector translation )

Description

Translates the matrix by the given vector aka. adds the vector to the translation.

Postmultiplies the matrix by a translation matrix (A = AT).

Arguments

1 Vector translation
Vector to translate the matrix by.