C# 클래스 GtkGL.TransformationMatrix

파일 보기 프로젝트 열기: mono/gtkglarea-sharp 1 사용 예제들

공개 메소드들

메소드 설명
ToEulerRotation ( ) : GtkGL.EulerRotation
ToQuaternion ( ) : GtkGL.Quaternion
TransformationMatrix ( ) : System
TransformationMatrix ( double rotMatrix ) : System
operator ( ) : TransformationMatrix

비공개 메소드들

메소드 설명
Clear ( ) : void

메소드 상세

ToEulerRotation() 공개 메소드

public ToEulerRotation ( ) : GtkGL.EulerRotation
리턴 GtkGL.EulerRotation

ToQuaternion() 공개 메소드

public ToQuaternion ( ) : GtkGL.Quaternion
리턴 GtkGL.Quaternion

TransformationMatrix() 공개 메소드

public TransformationMatrix ( ) : System
리턴 System

TransformationMatrix() 공개 메소드

public TransformationMatrix ( double rotMatrix ) : System
rotMatrix double
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : TransformationMatrix
리턴 TransformationMatrix