SyntheticApertureRadarVolume Constructor (Double, Double, Double, Double, Double) |
Constructs a volume of limited radius with the provided parameters.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SyntheticApertureRadarVolume(
double innerHalfAngle,
double outerHalfAngle,
double aftHalfAngle,
double foreHalfAngle,
double radius
)
Public Sub New (
innerHalfAngle As Double,
outerHalfAngle As Double,
aftHalfAngle As Double,
foreHalfAngle As Double,
radius As Double
)
public:
SyntheticApertureRadarVolume(
double innerHalfAngle,
double outerHalfAngle,
double aftHalfAngle,
double foreHalfAngle,
double radius
)
new :
innerHalfAngle : float *
outerHalfAngle : float *
aftHalfAngle : float *
foreHalfAngle : float *
radius : float -> SyntheticApertureRadarVolume
Parameters
- innerHalfAngle
- Type: SystemDouble
The angle between the principal direction and the outermost boundary of the interior conical
volume of exclusion. Defines the interior conical volume of exclusion. - outerHalfAngle
- Type: SystemDouble
The angle between the principal direction and the outermost boundary of the sensor volume.
Defines the exterior conical boundary of volume. - aftHalfAngle
- Type: SystemDouble
Defines the conical volume of exclusion about the negative x-axis. - foreHalfAngle
- Type: SystemDouble
Defines the conical volume of exclusion about the positive x-axis. - radius
- Type: SystemDouble
The radial limit of the volume. This is the maximum range at which the sensor can detect a target.
See Also