C# Class AssemblyCSharp.VectorEx

Mostrar archivo Open project: wooga/ps_social_jam

Public Methods

Method Description
GetPitch ( this v ) : float
GetYaw ( this v ) : float
ReplaceX ( this lhs, float val ) : Vector3
ReplaceY ( this lhs, float val ) : Vector3
ReplaceZ ( this lhs, float val ) : Vector3
RotateX ( this v, float angle ) : void
RotateY ( this v, float angle ) : Vector3
RotateZ ( this v, float angle ) : void

Method Details

GetPitch() public static method

public static GetPitch ( this v ) : float
v this
return float

GetYaw() public static method

public static GetYaw ( this v ) : float
v this
return float

ReplaceX() public static method

public static ReplaceX ( this lhs, float val ) : Vector3
lhs this
val float
return UnityEngine.Vector3

ReplaceY() public static method

public static ReplaceY ( this lhs, float val ) : Vector3
lhs this
val float
return UnityEngine.Vector3

ReplaceZ() public static method

public static ReplaceZ ( this lhs, float val ) : Vector3
lhs this
val float
return UnityEngine.Vector3

RotateX() public static method

public static RotateX ( this v, float angle ) : void
v this
angle float
return void

RotateY() public static method

public static RotateY ( this v, float angle ) : Vector3
v this
angle float
return UnityEngine.Vector3

RotateZ() public static method

public static RotateZ ( this v, float angle ) : void
v this
angle float
return void