Click or drag to resize

SphericalBounds Structure

Holds two Spherical values which form the bounds of a range of spherical 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 SphericalBounds : IEquatable<SphericalBounds>, 
	IEquatableEpsilon<SphericalBounds>

The SphericalBounds type exposes the following members.

Constructors
  NameDescription
Public methodSphericalBounds
Holds two Spherical values which form the bounds of a range of spherical coordinates.
Top
Properties
  NameDescription
Public propertyClockBounds
Gets the bounds for the Clock coordinate.
Public propertyConeBounds
Gets the bounds for the Cone 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 propertyMagnitudeBounds
Gets the bounds for the Magnitude coordinate.
Public propertyStatic memberUndefined
Gets a set of SphericalBounds with values of NaN.
Public propertyUpperBound
Gets the maximal value defining the bounds.
Top
Methods
  NameDescription
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(SphericalBounds)
Indicates whether another instance of this type is exactly equal to this instance.
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