Sets the partial derivatives of the body components of reflectance wrt the registered parameter specified by Index. Uses internal units.
[Visual Basic .NET] |
---|
Public Sub SetReflectanceInBodyParamPartials( _ ByVal Index As Integer, _ ByVal ReflectXwrtParam As Double, _ ByVal ReflectYwrtParam As Double, _ ByVal ReflectZwrtParam As Double _ ) |
[C#] |
---|
public void SetReflectanceInBodyParamPartials( int Index, double ReflectXwrtParam, double ReflectYwrtParam, double ReflectZwrtParam ); |
[Managed C++] |
---|
public: void SetReflectanceInBodyParamPartials( int Index, double ReflectXwrtParam, double ReflectYwrtParam, double ReflectZwrtParam ); |
[Unmanaged C++] |
---|
public: HRESULT SetReflectanceInBodyParamPartials( long Index, double ReflectXwrtParam, double ReflectYwrtParam, double ReflectZwrtParam ); |
[Java] |
---|
public void setReflectanceInBodyParamPartials( int Index, double ReflectXwrtParam, double ReflectYwrtParam, double ReflectZwrtParam ); |
- Index
- ReflectXwrtParam
- ReflectYwrtParam
- ReflectZwrtParam