Bounds Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An axis-aligned bounding box (AABB). It is defined through two corners in world-space that span the box.
public value class Bounds : IEquatable<Microsoft::Azure::RemoteRendering::Bounds>
public struct Bounds : IEquatable<Microsoft.Azure.RemoteRendering.Bounds>
type Bounds = struct
Public Structure Bounds
Implements IEquatable(Of Bounds)
- Inheritance
-
Bounds
- Implements
Constructors
Bounds(Double3, Double3) |
Fields
Max |
Position of the maximum corner. |
Min |
Position of the minimum corner. |
Methods
Create(IntPtr) | |
Equals(Bounds) | |
Equals(Object) | |
GetHashCode() | |
IsValid() |
Operators
Equality(Bounds, Bounds) | |
Inequality(Bounds, Bounds) |