言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

Matrix4x4.MultiplyVector

public 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. See Also: MultiplyPoint, MultiplyPoint3x4.