C# Class ValveResourceFormat.ResourceTypes.NTROSerialization.Vector4

Datei anzeigen Open project: SteamDatabase/ValveResourceFormat Class Usage Examples

Public Methods

Method Description
Vector4 ( float x, float y, float z, float w ) : System

Initializes a new instance of the Vector4 class.

Method Details

Vector4() public method

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.
return System