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