Version: 2017.1
public Vector3 MultiplyVector (Vector3 vector);

説明

この行列によって方向を変換します。

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.

See Also: MultiplyPoint, MultiplyPoint3x4.