C# Класс ValveResourceFormat.ResourceTypes.NTROSerialization.Vector4

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Vector4 ( float x, float y, float z, float w ) : System

Initializes a new instance of the Vector4 class.

Описание методов

Vector4() публичный Метод

Initializes a new instance of the Vector4 class.
public Vector4 ( float x, float y, float z, float w ) : System
x float The x component of the Vector4.
y float The y component of the Vector4.
z float The z component of the Vector4.
w float The w component of the Vector4.
Результат System