C# Class SandBox_CSharp.Vector3

ファイルを表示 Open project: hipolipolopigus/SkyNet_Old

Public Properties

Property Type Description
Zero Vector3

Public Methods

Method Description
Vector3 ( float X, float Y, float Z ) : System
operator ( ) : Vector3
operator ( ) : bool

Method Details

Vector3() public method

public Vector3 ( float X, float Y, float Z ) : System
X float
Y float
Z float
return System

operator() public static method

public static operator ( ) : Vector3
return Vector3

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Zero public_oe static_oe property

public static Vector3 Zero
return Vector3