Bounds Struct

Definition

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)

Applies to