Click or drag to resize

CylindricalBounds Structure

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 struct CylindricalBounds : IEquatable<CylindricalBounds>, 
	IEquatableEpsilon<CylindricalBounds>

The CylindricalBounds type exposes the following members.

Constructors
  NameDescription
Public methodCylindricalBounds
Holds two Cylindrical values which form the bounds of a range of cylindrical coordinates.
Top
Properties
  NameDescription
Public propertyClockBounds
Gets the bounds for the Clock coordinate.
Public propertyIsUndefined
Gets a value indicating whether any of the bounds coordinates for this instance have the value NaN.
Public propertyLowerBound
Gets the minimal value defining the bounds.
Public propertyRadialBounds
Gets the bounds for the Radial coordinate.
Public propertyStatic memberUndefined
Gets a set of CylindricalBounds with values of NaN.
Public propertyUpperBound
Gets the maximal value defining the bounds.
Public propertyZBounds
Gets the bounds for the Z coordinate.
Top
Methods
  NameDescription
Public methodEquals(CylindricalBounds)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEqualsEpsilon
Indicates whether each value of another instance of this type is within the required tolerance of the corresponding value of this instance.
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the string representation of the value of this instance.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Returns if the two instances are exactly equal.
Public operatorStatic memberInequality
Returns if the two instances are not exactly equal.
Top
See Also