Matrix4x4.GetColumn 获取列

function GetColumn (i : int) : Vector4

Description描述

Get a column of the matrix.

获取矩阵的列。

The i-th column is returned as a Vector4. i must be from 0 to 3 inclusive.

第i列作为Vector4返回,i必须在0到3之间。

参见:SetColumn.

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

本脚本参考基于Unity 3.4.1f5

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