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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.Double
The half angle measured from the principal direction and in the direction of the x-axis. - yHalfAngle
- Type: System.Double
The half angle measured from the principal direction and in the direction of the y-axis. - radius
- Type: System.Double
The radial limit of the volume. This is the maximum range at which the sensor can detect a target.
See Also