C# Class xBRZNet.Scalers.OutputMatrix

Afficher le fichier Open project: MoArtis/ResidentEvilSeamlessHdProject Class Usage Examples

Méthodes publiques

Méthode Description
Move ( int rotDeg, int outi ) : void
OutputMatrix ( int scale, Array outPtr, int outWidth ) : xBRZNet.Common
Ref ( int i, int j ) : IntPtr

Private Methods

Méthode Description
BuildMatrixRotation ( int rotDeg, int i, int j, int n ) : IntPair
OutputMatrix ( ) : xBRZNet.Common

Method Details

Move() public méthode

public Move ( int rotDeg, int outi ) : void
rotDeg int
outi int
Résultat void

OutputMatrix() public méthode

public OutputMatrix ( int scale, Array outPtr, int outWidth ) : xBRZNet.Common
scale int
outPtr Array
outWidth int
Résultat xBRZNet.Common

Ref() public méthode

public Ref ( int i, int j ) : IntPtr
i int
j int
Résultat IntPtr