Matrix4x4.SetTRS 设置平移旋转缩放矩阵

function SetTRS (pos : Vector3, q : Quaternion, s : Vector3) : void

Description描述

Sets this matrix to a translation, rotation and scaling matrix.

设置这个矩阵为一个平移、旋转和缩放矩阵。

The current matrix is modified so that places things at position pos, oriented in rotation q and scaled by s.

当前的矩阵被修改,因此具有位置pos,旋转q和缩放s。

最后修改:2011年2月26日 Saturday 15:53

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。