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

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
Index uint
Indexes int[]

Public Methods

Method Description
Dump ( ) : void
SetIdentity ( ) : void

Private Methods

Method Description
Reset ( uint Index ) : void

Write ( float Value ) : void

Method Details

Dump() public method

public Dump ( ) : void
return void

SetIdentity() public method

public SetIdentity ( ) : void
return void

Property Details

Index public property

public uint Index
return uint

Indexes public static property

public static int[] Indexes
return int[]