Matrix4x4.CreateRotationY Metoda

Definice

Vytvoří matici pro otáčení bodů kolem osy Y.

Přetížení

CreateRotationY(Single)

Vytvoří matici pro otáčení bodů kolem osy Y.

CreateRotationY(Single, Vector3)

Množství v radiánech, o které se má otáčet kolem osy Y ze středového bodu.

CreateRotationY(Single)

Zdroj:
Matrix4x4.cs
Zdroj:
Matrix4x4.cs
Zdroj:
Matrix4x4.cs

Vytvoří matici pro otáčení bodů kolem osy Y.

public:
 static System::Numerics::Matrix4x4 CreateRotationY(float radians);
public static System.Numerics.Matrix4x4 CreateRotationY (float radians);
static member CreateRotationY : single -> System.Numerics.Matrix4x4
Public Shared Function CreateRotationY (radians As Single) As Matrix4x4

Parametry

radians
Single

Množství v radiánech, o které se má otáčet kolem osy Y.

Návraty

Matice otáčení.

Platí pro

CreateRotationY(Single, Vector3)

Zdroj:
Matrix4x4.cs
Zdroj:
Matrix4x4.cs
Zdroj:
Matrix4x4.cs

Množství v radiánech, o které se má otáčet kolem osy Y ze středového bodu.

public:
 static System::Numerics::Matrix4x4 CreateRotationY(float radians, System::Numerics::Vector3 centerPoint);
public static System.Numerics.Matrix4x4 CreateRotationY (float radians, System.Numerics.Vector3 centerPoint);
static member CreateRotationY : single * System.Numerics.Vector3 -> System.Numerics.Matrix4x4
Public Shared Function CreateRotationY (radians As Single, centerPoint As Vector3) As Matrix4x4

Parametry

radians
Single

Množství v radiánech, o které se má otáčet kolem osy Y.

centerPoint
Vector3

Středový bod.

Návraty

Matice otáčení.

Platí pro