C# 클래스 Chapter04Editor, mobile_game_math_unity

상속: Editor
파일 보기 프로젝트 열기: ryukbk/mobile_game_math_unity

공개 메소드들

메소드 설명
OnInspectorGUI ( ) : void
RowVector4Field ( Vector4 value ) : Vector4
getDeterminant3x3 ( Matrix4x4 m ) : float
getDeterminant4x4 ( Matrix4x4 m ) : float

메소드 상세

OnInspectorGUI() 공개 메소드

public OnInspectorGUI ( ) : void
리턴 void

RowVector4Field() 공개 정적인 메소드

public static RowVector4Field ( Vector4 value ) : Vector4
value Vector4
리턴 Vector4

getDeterminant3x3() 공개 메소드

public getDeterminant3x3 ( Matrix4x4 m ) : float
m Matrix4x4
리턴 float

getDeterminant4x4() 공개 메소드

public getDeterminant4x4 ( Matrix4x4 m ) : float
m Matrix4x4
리턴 float