C# 클래스 RekdEngine.UtilMath.Rotation

파일 보기 프로젝트 열기: Naronco/Rekd-Sharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
S float

공개 메소드들

메소드 설명
GetAngle ( ) : float
GetXAxis ( ) : Vector2f
GetYAxis ( ) : Vector2f
MulT ( Vector2f v ) : Vector2f
Rotation ( float angle ) : System
Set ( float angle ) : void
SetIdentity ( ) : void
operator ( ) : Vector2f

메소드 상세

GetAngle() 공개 메소드

public GetAngle ( ) : float
리턴 float

GetXAxis() 공개 메소드

public GetXAxis ( ) : Vector2f
리턴 Vector2f

GetYAxis() 공개 메소드

public GetYAxis ( ) : Vector2f
리턴 Vector2f

MulT() 공개 메소드

public MulT ( Vector2f v ) : Vector2f
v Vector2f
리턴 Vector2f

Rotation() 공개 메소드

public Rotation ( float angle ) : System
angle float
리턴 System

Set() 공개 메소드

public Set ( float angle ) : void
angle float
리턴 void

SetIdentity() 공개 메소드

public SetIdentity ( ) : void
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : Vector2f
리턴 Vector2f

프로퍼티 상세

S 공개적으로 프로퍼티

public float S
리턴 float