An NDoc Documented Class Library

Matrix.Translation Method 

Returns a translationmatrix. The values are given by the translationvector pt.

public static Matrix Translation(
   xyz pt
);

Parameters

pt
Holds the values for the translation

Return Value

Translationmatrix

See Also

Matrix Class | Minais.Drawing3d.Math Namespace