Click or drag to resize

SyntheticApertureRadarVolume Constructor (Double, Double, Double, Double)

Constructs a volume of infinite radius with the provided parameters.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public SyntheticApertureRadarVolume(
	double innerHalfAngle,
	double outerHalfAngle,
	double aftHalfAngle,
	double foreHalfAngle
)

Parameters

innerHalfAngle
Type: System.Double
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: System.Double
The angle between the principal direction and the outermost boundary of the sensor volume. Defines the exterior conical boundary of volume.
aftHalfAngle
Type: System.Double
Defines the conical volume of exclusion about the negative x-axis.
foreHalfAngle
Type: System.Double
Defines the conical volume of exclusion about the positive x-axis.
See Also