Matrix4x4F::RotationArbitraryAxis 方法 (d2d1_1helper.h)
确定任意轴的三维旋转矩阵。
语法
Matrix4x4F RotationArbitraryAxis(
FLOAT x,
FLOAT y,
FLOAT z,
FLOAT degree
);
参数
x
类型: FLOAT
轴的 X 点。
y
类型: FLOAT
轴的 Y 点。
z
类型: FLOAT
轴的 Z 点。
degree
类型: FLOAT
旋转量。
返回值
类型: Matrix4x4F
结果矩阵
要求
目标平台 | Windows |
标头 | d2d1_1helper.h |