討論串[問題] struct和vector的問題
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
引入一個類別:. struct Position. {. Position( float x, float y, float z ). {. this->x = x;. this->y = y;. this->z = z;. }. float x, y, z;. };. 呼叫時便可以使用這樣的語法:
(還有1088個字)
內容預覽:
開發平台(Platform): (Ex: VC++, GCC, Linux, ...). VC++. 額外使用到的函數庫(Library Used): (Ex: OpenGL, ...). OpenGL. 問題(Question):. http://codepad.org/z81QroL4. 在這份
(還有1279個字)
首頁
上一頁
1
下一頁
尾頁