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.2.419.0 (24.2.419.0)
Syntax public RectangularPyramid(
double xHalfAngle,
double yHalfAngle,
double radius
)
Public Sub New (
xHalfAngle As Double,
yHalfAngle As Double,
radius As Double
)
public:
RectangularPyramid(
double xHalfAngle,
double yHalfAngle,
double radius
)
new :
xHalfAngle : float *
yHalfAngle : float *
radius : float -> RectangularPyramid
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