Click or drag to resize

CylindricalBounds Constructor

Holds two Cylindrical values which form the bounds of a range of cylindrical coordinates.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CylindricalBounds(
	Cylindrical lowerBound,
	Cylindrical upperBound
)

Parameters

lowerBound
Type: AGI.Foundation.CoordinatesCylindrical
The minimal values defining the bounds.
upperBound
Type: AGI.Foundation.CoordinatesCylindrical
The maximal values defining the bounds.
Exceptions
ExceptionCondition
ArgumentException Thrown when the upperBound is less than the lowerBound or when one value in any of the coordinates is NaN and the other is not.
See Also