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

Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Свойство Type Description
Index uint
Indexes int[]

Méthodes publiques

Méthode Description
Dump ( ) : void
LoadIdentity ( ) : void
SetLastColumn ( ) : void
SetPosition ( int Column, int Row, float Value ) : void

Private Methods

Méthode Description
Reset ( uint Index ) : void

Write ( float Value ) : void

WriteAt ( int Index, float Value ) : void

Method Details

Dump() public méthode

public Dump ( ) : void
Résultat void

LoadIdentity() public méthode

public LoadIdentity ( ) : void
Résultat void

SetLastColumn() public méthode

public SetLastColumn ( ) : void
Résultat void

SetPosition() public méthode

public SetPosition ( int Column, int Row, float Value ) : void
Column int
Row int
Value float
Résultat void

Property Details

Index public_oe property

public uint Index
Résultat uint

Indexes public_oe static_oe property

public static int[] Indexes
Résultat int[]