# hytz-3dmath **Repository Path**: hytz-gl/hytz-3dmath ## Basic Information - **Project Name**: hytz-3dmath - **Description**: 3D数学基础:图形与游戏开发 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-16 - **Last Updated**: 2026-02-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README git config --global user.name 'HYTZ' git config --global user.email 'yangtao080304@163.com' git remote add origin https://gitee.com/hytz/dsa.git git push -u origin master git checkout -b dev master git push --set-upstream origin dev git push origin dev --force g++ test.cpp -lgtest -lgtest_main -pthread -o test