AGI AgAsHpopPlugin 11 Send comments on this topic.
SetReflectanceParamPartials Method (IAgAsLightReflectionResultEval)
See Also 
Index
Frame
ReflectXwrtParam
ReflectYwrtParam
ReflectZwrtParam
Windows






Windows & Linux

Description

Sets the partial derivatives of the components of reflectance (expressed in the specified frame) wrt the registered parameter specified by Index. Uses internal units.

Syntax

[Visual Basic .NET]
Public Sub SetReflectanceParamPartials( _
   ByVal Index As Integer, _
   ByVal Frame As AgEUtFrame, _
   ByVal ReflectXwrtParam As Double, _
   ByVal ReflectYwrtParam As Double, _
   ByVal ReflectZwrtParam As Double _
) 

[C#]
public void SetReflectanceParamPartials(
int Index,
AgEUtFrame Frame,
double ReflectXwrtParam,
double ReflectYwrtParam,
double ReflectZwrtParam
);

[Managed C++]
public: void SetReflectanceParamPartials(
int Index,
AgEUtFrame Frame,
double ReflectXwrtParam,
double ReflectYwrtParam,
double ReflectZwrtParam
);

[Java]
public  setReflectanceParamPartials(
int Index,
AgEUtFrame Frame,
double ReflectXwrtParam,
double ReflectYwrtParam,
double ReflectZwrtParam
);

[Unmanaged C++]
public: HRESULT SetReflectanceParamPartials(
long Index,
AgEUtFrame Frame,
double ReflectXwrtParam,
double ReflectYwrtParam,
double ReflectZwrtParam
);

Parameters

Index
Frame
Member Value Description
eUtFrameInertial 0  
eUtFrameFixed 1  
eUtFrameLVLH 2  
eUtFrameNTC 3  
eUtFrameICRF 4  
eUtFrameJ2000 5  
ReflectXwrtParam
ReflectYwrtParam
ReflectZwrtParam

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface