C# 클래스 CSPspEmu.Core.Gpu.State.GpuMatrix4x3Struct

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
Index uint
Indexes int[]

공개 메소드들

메소드 설명
Dump ( ) : void
LoadIdentity ( ) : void
SetLastColumn ( ) : void
SetPosition ( int Column, int Row, float Value ) : void

비공개 메소드들

메소드 설명
Reset ( uint Index ) : void

Write ( float Value ) : void

WriteAt ( int Index, float Value ) : void

메소드 상세

Dump() 공개 메소드

public Dump ( ) : void
리턴 void

LoadIdentity() 공개 메소드

public LoadIdentity ( ) : void
리턴 void

SetLastColumn() 공개 메소드

public SetLastColumn ( ) : void
리턴 void

SetPosition() 공개 메소드

public SetPosition ( int Column, int Row, float Value ) : void
Column int
Row int
Value float
리턴 void

프로퍼티 상세

Index 공개적으로 프로퍼티

public uint Index
리턴 uint

Indexes 공개적으로 정적으로 프로퍼티

public static int[] Indexes
리턴 int[]