Struct Double3
3-component vector with double precision.
struct Microsoft::Azure::RemoteRendering::Double3
Fields
X
double X{};
Y
double Y{};
Z
double Z{};
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
3-component vector with double precision.
struct Microsoft::Azure::RemoteRendering::Double3
double X{};
double Y{};
double Z{};