Click or drag to resize

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

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