C# 클래스 AssemblyCSharp.VectorEx

파일 보기 프로젝트 열기: wooga/ps_social_jam

공개 메소드들

메소드 설명
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

메소드 상세

GetPitch() 공개 정적인 메소드

public static GetPitch ( this v ) : float
v this
리턴 float

GetYaw() 공개 정적인 메소드

public static GetYaw ( this v ) : float
v this
리턴 float

ReplaceX() 공개 정적인 메소드

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

ReplaceY() 공개 정적인 메소드

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

ReplaceZ() 공개 정적인 메소드

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

RotateX() 공개 정적인 메소드

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

RotateY() 공개 정적인 메소드

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

RotateZ() 공개 정적인 메소드

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