Matrix4x4.CreateFromAxisAngle(Vector3, Single) Yöntem

Tanım

Rastgele bir vektör etrafında dönen bir matris oluşturur.

public:
 static System::Numerics::Matrix4x4 CreateFromAxisAngle(System::Numerics::Vector3 axis, float angle);
public static System.Numerics.Matrix4x4 CreateFromAxisAngle(System.Numerics.Vector3 axis, float angle);
static member CreateFromAxisAngle : System.Numerics.Vector3 * single -> System.Numerics.Matrix4x4
Public Shared Function CreateFromAxisAngle (axis As Vector3, angle As Single) As Matrix4x4

Parametreler

axis
Vector3

Etrafında döndürülecek eksen.

angle
Single

çevresinde axisdöndürülecek açı radyan cinsindendir.

Döndürülenler

Döndürme matrisi.

Şunlara uygulanır