====== MatrixCreate ====== (Vector3F pos, Vector3F rot) Create a matrix representing the given translation and rotation. ===== Syntax ===== string MatrixCreate(Vector3F %pos, Vector3F %rot); ===== Parameters ===== [[scripting:doc:engine:types:Vector3F|Vector3F]] **%%%pos%%**\\ No description available. [[scripting:doc:engine:types:Vector3F|Vector3F]] **%%%rot%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:string|string]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== See also ===== [[scripting:doc:u:u:matrixcreatefromeuler|MatrixCreateFromEuler]]\\ [[scripting:doc:u:u:matrixmulpoint|MatrixMulPoint]]\\ [[scripting:doc:u:u:matrixmultiply|MatrixMultiply]]\\ [[scripting:doc:u:u:matrixmulvector|MatrixMulVector]]\\ ===== References ===== This function is not called by any other functions.