C# Class SmartQuant.Charting.Draw3D.TLight

Show file Open project: fastquant/fastquant.dll Class Usage Examples

Public Methods

Method Description
Result ( TVec3 r, TVec3 n, TColor diffuse ) : TColor
SetNormalDay ( ) : void
SetSfumatoDay ( ) : void
SetShadowSources ( double k ) : void
SetVeryBrightDay ( ) : void
TLight ( ) : System.Drawing

Method Details

Result() public method

public Result ( TVec3 r, TVec3 n, TColor diffuse ) : TColor
r TVec3
n TVec3
diffuse TColor
return TColor

SetNormalDay() public method

public SetNormalDay ( ) : void
return void

SetSfumatoDay() public method

public SetSfumatoDay ( ) : void
return void

SetShadowSources() public method

public SetShadowSources ( double k ) : void
k double
return void

SetVeryBrightDay() public method

public SetVeryBrightDay ( ) : void
return void

TLight() public method

public TLight ( ) : System.Drawing
return System.Drawing