书法字典:https://www.shufadict.com

01 2010 档案

类型转化:float -> DWORD
摘要:#include<iostream>#include<windows.h>using namespace std;int main(void){float f = 1.1 ;DWORD d1 = (DWORD)f ;DWORD d2 = *(DWORD *)&f ;cout << d1 << endl ; // output: 1cout &... 阅读全文

posted @ 2010-01-22 11:57 翰墨小生 阅读(1543) 评论(0) 推荐(0) 编辑

Drill into View Matrix
摘要:How does DirectXbuild the view matrix -From MSDND3DXMatrixLookAtLHBuilds a left-handed, look-at matrix.D3DXMATRIX * D3DXMatrixLookAtLH( D3DXMATRIX * pOut, CONST D3DXVECTOR3 * pEye, CONST D3DXVECTOR... 阅读全文

posted @ 2010-01-20 22:14 翰墨小生 阅读(512) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
书法字典:https://www.shufadict.com
点击右上角即可分享
微信分享提示