Vector.AsVector4 Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
AsVector4(Vector2) |
Повторно интерпретирует Vector2 на новый Vector4 с новыми элементами, ноль. |
AsVector4(Vector3) |
Преобразует Vector3 в новый Vector4 с нолью новых элементов. |
AsVector4(Plane) | |
AsVector4(Quaternion) |
Переинтерпретирует Quaternion как новую Vector4. |
AsVector4(Vector2)
public:
[System::Runtime::CompilerServices::Extension]
static System::Numerics::Vector4 AsVector4(System::Numerics::Vector2 value);
public static System.Numerics.Vector4 AsVector4 (this System.Numerics.Vector2 value);
static member AsVector4 : System.Numerics.Vector2 -> System.Numerics.Vector4
<Extension()>
Public Function AsVector4 (value As Vector2) As Vector4
Параметры
- value
- Vector2
Вектор для переосмысление.
Возвращаемое значение
value
переосмыслить новый Vector4 с новыми элементами, ноль.
Применяется к
AsVector4(Vector3)
public:
[System::Runtime::CompilerServices::Extension]
static System::Numerics::Vector4 AsVector4(System::Numerics::Vector3 value);
public static System.Numerics.Vector4 AsVector4 (this System.Numerics.Vector3 value);
static member AsVector4 : System.Numerics.Vector3 -> System.Numerics.Vector4
<Extension()>
Public Function AsVector4 (value As Vector3) As Vector4
Параметры
- value
- Vector3
Вектор для преобразования.
Возвращаемое значение
value
преобразованы в новый Vector4 с нуля новых элементов.
Применяется к
AsVector4(Plane)
public:
[System::Runtime::CompilerServices::Extension]
static System::Numerics::Vector4 AsVector4(System::Numerics::Plane value);
public static System.Numerics.Vector4 AsVector4 (this System.Numerics.Plane value);
static member AsVector4 : System.Numerics.Plane -> System.Numerics.Vector4
<Extension()>
Public Function AsVector4 (value As Plane) As Vector4
Параметры
- value
- Plane
Плоскость для повторного понимания.
Возвращаемое значение
value
повторно интерпретируется как новый Vector4.
Применяется к
AsVector4(Quaternion)
Переинтерпретирует Quaternion как новую Vector4.
public:
[System::Runtime::CompilerServices::Extension]
static System::Numerics::Vector4 AsVector4(System::Numerics::Quaternion value);
public static System.Numerics.Vector4 AsVector4 (this System.Numerics.Quaternion value);
static member AsVector4 : System.Numerics.Quaternion -> System.Numerics.Vector4
<Extension()>
Public Function AsVector4 (value As Quaternion) As Vector4
Параметры
- value
- Quaternion
Кватернион для переосмысления.
Возвращаемое значение
value
повторно интерпретируется как новый Quaternion.