C# Class Microsoft.Xna.Framework.Vector4

Mostra file Open project: DeathCradle/Open-Terraria-API Class Usage Examples

Public Properties

Property Type Description
Array Vector4[]
W float
X float
Y float
Z float

Public Methods

Method Description
Equals ( Vector4 other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Lerp ( Vector4 value1, Vector4 value2, float amount ) : Vector4
Lerp ( Vector4 &value1, Vector4 &value2, float amount, Vector4 &result ) : void
Vector4 ( Vector2 value, float z, float w )
Vector4 ( float value )
Vector4 ( float x, float y, float z, float w )
operator ( ) : Vector4
operator ( ) : bool

Method Details

Equals() public method

public Equals ( Vector4 other ) : bool
other Vector4
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Lerp() public static method

public static Lerp ( Vector4 value1, Vector4 value2, float amount ) : Vector4
value1 Vector4
value2 Vector4
amount float
return Vector4

Lerp() public static method

public static Lerp ( Vector4 &value1, Vector4 &value2, float amount, Vector4 &result ) : void
value1 Vector4
value2 Vector4
amount float
result Vector4
return void

Vector4() public method

public Vector4 ( Vector2 value, float z, float w )
value Vector2
z float
w float

Vector4() public method

public Vector4 ( float value )
value float

Vector4() public method

public Vector4 ( float x, float y, float z, float w )
x float
y float
z float
w float

operator() public static method

public static operator ( ) : Vector4
return Vector4

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Array public_oe static_oe property

public static Vector4[] Array
return Vector4[]

W public_oe property

public float W
return float

X public_oe property

public float X
return float

Y public_oe property

public float Y
return float

Z public_oe property

public float Z
return float