Click or drag to resize

PyramidalBounds Structure

Holds two Pyramidal values which form the bounds of a range of pyramidal 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 PyramidalBounds : IEquatable<PyramidalBounds>, 
	IEquatableEpsilon<PyramidalBounds>

The PyramidalBounds type exposes the following members.

Constructors
  NameDescription
Public methodPyramidalBounds
Holds two Pyramidal values which form the bounds of a range of pyramidal coordinates.
Top
Properties
  NameDescription
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 propertyStatic memberUndefined
Gets a set of PyramidalBounds with values of NaN.
Public propertyUpperBound
Gets the maximal value defining the bounds.
Public propertyZBounds
Gets the bounds for the Z coordinate.
Public propertyZXAngleBounds
Gets the bounds for the ZXAngle coordinate.
Public propertyZYAngleBounds
Gets the bounds for the ZYAngle coordinate.
Top
Methods
  NameDescription
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(PyramidalBounds)
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