Click or drag to resize

RectangularPyramid Constructor (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.1.418.0 (24.1.418.0)
Syntax
public RectangularPyramid(
	double xHalfAngle,
	double yHalfAngle,
	double radius
)

Parameters

xHalfAngle
Type: SystemDouble
The half angle measured from the principal direction and in the direction of the x-axis.
yHalfAngle
Type: SystemDouble
The half angle measured from the principal direction and in the direction of the y-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