Matrix4x4.CreateRotationY Método
Definição
Cria uma matriz de pontos rotatórios em torno do eixo Y.Creates a matrix for rotating points around the Y axis.
Sobrecargas
| CreateRotationY(Single, Vector3) |
A quantidade, em radianos, pela qual girar em torno do eixo Y de um ponto central.The amount, in radians, by which to rotate around the Y axis from a center point. |
| CreateRotationY(Single) |
Cria uma matriz de pontos rotatórios em torno do eixo Y.Creates a matrix for rotating points around the Y axis. |
CreateRotationY(Single, Vector3)
A quantidade, em radianos, pela qual girar em torno do eixo Y de um ponto central.The amount, in radians, by which to rotate around the Y axis from a center point.
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
Parâmetros
- radians
- Single
A quantidade, em radianos, pela qual girar em torno do eixo Y.The amount, in radians, by which to rotate around the Y-axis.
- centerPoint
- Vector3
O ponto central.The center point.
Retornos
A matriz de rotação.The rotation matrix.
Aplica-se a
CreateRotationY(Single)
Cria uma matriz de pontos rotatórios em torno do eixo Y.Creates a matrix for rotating points around the Y axis.
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
Parâmetros
- radians
- Single
A quantidade, em radianos, pela qual girar em torno do eixo Y.The amount, in radians, by which to rotate around the Y-axis.
Retornos
A matriz de rotação.The rotation matrix.