Float4 Struct

Definition

4-component vector with single precision.

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

Constructors

Float4(Single, Single, Single, Single)

Fields

W
X
Y
Z

Methods

Equals(Float4)
Equals(Object)
GetHashCode()
IsValid()

Operators

Equality(Float4, Float4)
Inequality(Float4, Float4)

Applies to