XMUNIBBLE4 结构 (directxpackedvector.h)
具有四个无符号 4 位整数分量的 4D 矢量。
有关使用 C++ 编程时可用的 XMUNIBBLE4
其他功能(例如构造函数和运算符)的列表,请参阅 XMUNIBBLE4扩展。
语法
struct XMUNIBBLE4 {
union {
struct {
uint16_t x : 4;
uint16_t y : 4;
uint16_t z : 4;
uint16_t w : 4;
};
uint16_t v;
};
void XMUNIBBLE4();
void XMUNIBBLE4(
const XMUNIBBLE4 & unnamedParam1
);
XMUNIBBLE4 & operator=(
const XMUNIBBLE4 & unnamedParam1
);
void XMUNIBBLE4(
XMUNIBBLE4 && unnamedParam1
);
XMUNIBBLE4 & operator=(
XMUNIBBLE4 && unnamedParam1
);
void XMUNIBBLE4(
uint16_t Packed
) noexcept;
void XMUNIBBLE4(
uint8_t _x,
uint8_t _y,
uint8_t _z,
uint8_t _w
) noexcept;
void XMUNIBBLE4(
const uint8_t *pArray
) noexcept;
void XMUNIBBLE4(
float _x,
float _y,
float _z,
float _w
) noexcept;
void XMUNIBBLE4(
const float *pArray
) noexcept;
void operator uint16_t() noexcept;
XMUNIBBLE4 & operator=(
uint16_t Packed
) noexcept;
};
成员
4 x
[0,15] 范围内的无符号 4 位整数值,用于描述矢量的 x 坐标。 4 位 x 分量。
4 y
[0,15] 范围内的无符号 4 位整数值,用于描述矢量的 y 坐标。 4 位 x 分量。
4 z
[0,15] 范围内的无符号 4 位整数值,用于描述矢量的 z 坐标。 4 位 x 分量。
4 w
[0,15] 范围内的无符号 4 位整数值,用于描述矢量的 w 坐标。 4 位 x 分量。
v
表示打包格式的 4D 矢量的无符号短。
的默认构造函数 XMUNIBBLE4
XMUNIBBLE4 的默认构造函数
void XMUNIBBLE4 ( const XMUNIBBLE4 & unnamedParam1)
的 XMUNIBBLE4
构造函数。
XMUNIBBLE4的构造函数。
XMUNIBBLE4 & operator=( const XMUNIBBLE4 & unnamedParam1)
void XMUNIBBLE4 ( XMUNIBBLE4 && unnamedParam1)
的 XMUNIBBLE4
构造函数。
XMUNIBBLE4的构造函数。
XMUNIBBLE4 & operator= ( XMUNIBBLE4 && unnamedParam1)
将 的一个实例中的 XMUNIBBLE4
向量组件数据分配给 的 XMUNIBBLE4
当前实例。
此运算符将 XMUNIBBLE4 的一个实例中的矢量分量数据分配给 的 XMUNIBBLE4
当前实例。
void XMUNIBBLE4 ( uint16_t Packed) noexcept
从uint16_t
包含采用打包格式的XMUNIBBLE
组件数据的变量初始化 的新实例。
此构造函数从uint16_t
包含采用打包格式的组件数据的变量初始化 XMUNIBBLE4 的新实例。
void XMUNIBBLE4 ( uint8_t _x、uint8_t _y、uint8_t _z、uint8_t _w) noexcept
从四int8_t
个参数初始化 XMUNIBBLE4 的新实例。
此构造函数从四int8_t
个参数初始化 XMUNIBBLE4 的新实例。
void XMUNIBBLE4 ( const uint8_t *pArray) noexcept
从四元素int8_t
数组参数初始化 XMUNIBBLE4 的新实例。
此构造函数从四个元素int8_t
数组参数初始化 XMUNIBBLE4 的新实例。
void XMUNIBBLE4 ( float _x、float _y、float _z、float _w) noexcept
从四float
个参数初始化 的新XMUNIBBLE4
实例。
此构造函数从四float
个参数初始化 XMUNIBBLE4 的新实例。
void XMUNIBBLE4 ( const float *pArray) noexcept
从四元素float
数组参数初始化 XMUNIBBLE4 的新实例。
此构造函数从四 float
元素数组参数初始化 XMUNIBBLE4 的新实例。
返回 的实例,该实例 uint16_t
包含打包格式的 XMUNIBBLE4
实例的组件。
此运算符返回一个 实例 uint16_t
,其中包含打包格式的 XMUNIBBLE4 实例的组件。
XMUNIBBLE4 & operator= ( uint16_t Packed) noexcept
将 打包在 实例 uint16_t
中的矢量组件数据分配给 的 XMUNIBBLE4
当前实例。
注解
XMUNIBBLE4
可以使用 XMLoadUNibble4 加载到 XMVECTOR 的实例中。
XMVECTOR
的实例可以使用 XMStoreUNibble4 存储到 的XMUNIBBLE4
实例中。
命名 空间: 使用 DirectX::P ackedVector
平台要求
Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012 以及 Windows SDK for Windows 8。 支持 Win32 桌面应用、Windows 应用商店应用和 Windows Phone 8 应用。要求
要求 | 值 |
---|---|
Header | directxpackedvector.h |