Plane Struct

Definition

A plane in 3d space described by 4 components A, B, C and D. In ARR, planes are defined in standard normal form, which means a 3d position (x,y,z) is on the plane when it satisfies Ax + By + C*z + D = 0.

public value class Plane : IEquatable<Microsoft::Azure::RemoteRendering::Plane>
public struct Plane : IEquatable<Microsoft.Azure.RemoteRendering.Plane>
type Plane = struct
Public Structure Plane
Implements IEquatable(Of Plane)
Inheritance
Plane
Implements

Constructors

Plane(Single, Single, Single, Single)

Fields

A
B
C
D

Methods

Equals(Object)
Equals(Plane)
GetHashCode()
IsValid()

Operators

Equality(Plane, Plane)
Inequality(Plane, Plane)

Applies to