C# Class ValveResourceFormat.ResourceTypes.NTROSerialization.Vector3

Represents a 3D vector.
Datei anzeigen Open project: SteamDatabase/ValveResourceFormat Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
Vector3 ( float x, float y, float z ) : System

Initializes a new instance of the Vector3 class.

Method Details

ToString() public method

public ToString ( ) : string
return string

Vector3() public method

Initializes a new instance of the Vector3 class.
public Vector3 ( float x, float y, float z ) : System
x float The x component of the Vector3.
y float The y component of the Vector3.
z float The z component of the Vector3.
return System