C# Class CSPspEmu.Core.Gpu.State.GpuMatrix4x3Struct

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
Index uint
Indexes int[]

Public Methods

Method Description
Dump ( ) : void
LoadIdentity ( ) : void
SetLastColumn ( ) : void
SetPosition ( int Column, int Row, float Value ) : void

Private Methods

Method Description
Reset ( uint Index ) : void

Write ( float Value ) : void

WriteAt ( int Index, float Value ) : void

Method Details

Dump() public method

public Dump ( ) : void
return void

LoadIdentity() public method

public LoadIdentity ( ) : void
return void

SetLastColumn() public method

public SetLastColumn ( ) : void
return void

SetPosition() public method

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

Property Details

Index public property

public uint Index
return uint

Indexes public static property

public static int[] Indexes
return int[]