Double3 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.
3-component vector with double precision.
public value class Double3 : IEquatable<Microsoft::Azure::RemoteRendering::Double3>
public struct Double3 : IEquatable<Microsoft.Azure.RemoteRendering.Double3>
type Double3 = struct
Public Structure Double3
Implements IEquatable(Of Double3)
- Inheritance
-
Double3
- Implements
Constructors
Double3(Double, Double, Double) |
Fields
X | |
Y | |
Z |
Methods
Equals(Double3) | |
Equals(Object) | |
GetHashCode() | |
IsValid() |
Operators
Equality(Double3, Double3) | |
Inequality(Double3, Double3) |