您的位置:首页 > 其它

Matrix4x4.MultiplyVector 变换方向

2016-06-13 19:51 316 查看



http://www.ceeger.com/Script/Matrix4x4/Matrix4x4.MultiplyVector.html




Matrix4x4.MultiplyVector 变换方向

function MultiplyVector (v : Vector3) : Vector3

Description描述

Transforms a direction by this matrix.

通过这个矩阵变换方向。

This function is similar to MultiplyPoint; but it transforms directions and not positions. When transforming
a direction, only the rotation part of the matrix is taken into account.

这个函数类似于MultiplyPoint,但它是变换方向而不是位置。在变换方向时,仅考虑矩阵的旋转部分。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: