Matrix4x4F::P erspectiveProjection 方法 (d2d1_1helper.h)
给定深度值的透视转换。
语法
Matrix4x4F PerspectiveProjection(
FLOAT depth
);
参数
depth
类型: FLOAT
透视转换的深度。
返回值
类型: Matrix4x4F
结果矩阵。
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | d2d1_1helper.h |
给定深度值的透视转换。
Matrix4x4F PerspectiveProjection(
FLOAT depth
);
depth
类型: FLOAT
透视转换的深度。
类型: Matrix4x4F
结果矩阵。
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | d2d1_1helper.h |