C# 클래스 SecondOrderPolynomialApproximation.Form1

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Patapom/GodComplex

보호된 프로퍼티들

프로퍼티 타입 설명
m_AlignAxis Vector
m_Coefficients double[]
m_RGBCoefficients Vector[]

공개 메소드들

메소드 설명
Form1 ( ) : System

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System

GetColorValueFromLSH() 보호된 메소드

protected GetColorValueFromLSH ( float _x, float _y, float _z ) : Color
_x float
_y float
_z float
리턴 Color

GetColorValueFromLSHOptimized() 보호된 메소드

protected GetColorValueFromLSHOptimized ( float _x, float _y, float _z ) : Color
_x float
_y float
_z float
리턴 Color

GetSHCoefficients() 보호된 메소드

protected GetSHCoefficients ( WMath _Direction, double &_Coefficients ) : void
_Direction WMath
_Coefficients double
리턴 void

GetValueApproximate2ndOrderPolynomial() 보호된 메소드

protected GetValueApproximate2ndOrderPolynomial ( float _x, float _y, float _z ) : float
_x float
_y float
_z float
리턴 float

UnPackRGBE() 보호된 메소드

protected UnPackRGBE ( uint _RGBE ) : WMath.Vector
_RGBE uint
리턴 WMath.Vector

프로퍼티 상세

m_AlignAxis 보호되어 있는 프로퍼티

protected Vector m_AlignAxis
리턴 Vector

m_Coefficients 보호되어 있는 프로퍼티

protected double[] m_Coefficients
리턴 double[]

m_RGBCoefficients 보호되어 있는 프로퍼티

protected Vector[] m_RGBCoefficients
리턴 Vector[]