RCS plugin compute.
| [Visual Basic .NET] |
|---|
Public Sub Compute( _ ByVal computeRcsParams As IAgStkRadarRcsComputeParams _ ) |
| [C#] |
|---|
public void Compute( |
| [Managed C++] |
|---|
public: void Compute( |
| [Java] |
|---|
public compute( |
| [Unmanaged C++] |
|---|
public: HRESULT Compute( |
- computeRcsParams
The Compute method is responsible for computing and reporting the primary channel co-pol and cross-pol RCS values as well as the orthogonal channel co-pol and cross pol RCS values for the supplied body fixed incident and reflected vectors. It does that by setting the PrimaryChannelRcs, PrimaryChannelRcsCross, OrthoChannelRcs, and OrthoChannelRcsCross properties on the computeRcsParams input parameter.
| C# | Copy Code | |
|---|---|---|
| ||
| C++ | Copy Code | |
|---|---|---|
| ||
