次の方法で共有


Vector4.Transform Method (Vector3, Quaternion)

Transforms a Vector3 by a specified Quaternion into a Vector4.

Syntax

'Declaration
Public Shared Function Transform ( _
         value As Vector3, _
         rotation As Quaternion _
) As Vector4 
public static Vector4 Transform (
         Vector3 value,
         Quaternion rotation
)
public:
static Vector4 Transform(
         Vector3 value,
         Quaternion rotation
)

Parameters

Return Value

Type: Vector4
The Vector4 resulting from the transformation.

Requirements

Namespace: Microsoft.Xna.Framework

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

Vector4 Structure
Vector4 Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone