Table of Contents

MatrixCreate

(Vector3F pos, Vector3F rot) Create a matrix representing the given translation and rotation.

Syntax

string MatrixCreate(Vector3F %pos, Vector3F %rot);

Parameters

Vector3F %pos
No description available.

Vector3F %rot
No description available.

Return value

string
No description available.

Remarks

Examples

Source

Engine

See also

MatrixCreateFromEuler
MatrixMulPoint
MatrixMultiply
MatrixMulVector

References

This function is not called by any other functions.