Click or drag to resize

CartesianBounds Structure

Holds two Cartesian values which form the bounds of a range of cartesian 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 CartesianBounds : IEquatable<CartesianBounds>, 
	IEquatableEpsilon<CartesianBounds>

The CartesianBounds type exposes the following members.

Constructors
  NameDescription
Public methodCartesianBounds
Holds two Cartesian values which form the bounds of a range of cartesian coordinates.
Top
Properties
  NameDescription
Public propertyIsFinite
Gets a value indicating whether this instance has a finite range.
Public propertyIsUnbounded
Gets a value indicating whether this instance ranges from NegativeInfinity to PositiveInfinity for all coordinates.
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 memberUnbounded
Gets a set of CartesianBounds representing the full range of real values from negative infinity to positive infinity.
Public propertyStatic memberUndefined
Gets a set of CartesianBounds with values of NaN.
Public propertyUpperBound
Gets the maximal value defining the bounds.
Public propertyXBounds
Gets the bounds for the X coordinate.
Public propertyYBounds
Gets the bounds for the Y coordinate.
Public propertyZBounds
Gets the bounds for the Z coordinate.
Top
Methods
  NameDescription
Public methodEquals(CartesianBounds)
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