C# Class SecondOrderPolynomialApproximation.Form1

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Patapom/GodComplex

Protected Properties

Свойство Type Description
m_AlignAxis Vector
m_Coefficients double[]
m_RGBCoefficients Vector[]

Méthodes publiques

Méthode Description
Form1 ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

GetColorValueFromLSH ( float _x, float _y, float _z ) : Color
GetColorValueFromLSHOptimized ( float _x, float _y, float _z ) : Color
GetSHCoefficients ( WMath _Direction, double &_Coefficients ) : void
GetValueApproximate2ndOrderPolynomial ( float _x, float _y, float _z ) : float
UnPackRGBE ( uint _RGBE ) : WMath.Vector

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

sphereViewLSH_MouseUp ( object sender, MouseEventArgs e ) : void
sphereView_MouseUp ( object sender, MouseEventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Form1() public méthode

public Form1 ( ) : System
Résultat System

GetColorValueFromLSH() protected méthode

protected GetColorValueFromLSH ( float _x, float _y, float _z ) : Color
_x float
_y float
_z float
Résultat Color

GetColorValueFromLSHOptimized() protected méthode

protected GetColorValueFromLSHOptimized ( float _x, float _y, float _z ) : Color
_x float
_y float
_z float
Résultat Color

GetSHCoefficients() protected méthode

protected GetSHCoefficients ( WMath _Direction, double &_Coefficients ) : void
_Direction WMath
_Coefficients double
Résultat void

GetValueApproximate2ndOrderPolynomial() protected méthode

protected GetValueApproximate2ndOrderPolynomial ( float _x, float _y, float _z ) : float
_x float
_y float
_z float
Résultat float

UnPackRGBE() protected méthode

protected UnPackRGBE ( uint _RGBE ) : WMath.Vector
_RGBE uint
Résultat WMath.Vector

Property Details

m_AlignAxis protected_oe property

protected Vector m_AlignAxis
Résultat Vector

m_Coefficients protected_oe property

protected double[] m_Coefficients
Résultat double[]

m_RGBCoefficients protected_oe property

protected Vector[] m_RGBCoefficients
Résultat Vector[]