D3DXVECTOR3
摘要:http://technet.microsoft.com/zh-cn/bb205546Describes a three-component vector including operator overloads and type casts.Syntaxtypedef struct D3DXVECTOR3 { FLOAT x; FLOAT y; FLOAT z;} D3DXVECTOR3, *LPD3DXVECTOR3;MembersxType: FLOATThe x-component.yType: FLOATThe y-component.zType: FLOATThe...
阅读全文
posted @ 2013-03-02 16:24