- Game Physics Cookbook
- Gabor Szauer
- 155字
- 2021-04-02 20:27:22
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
#ifndef _H_MATH_VECTORS_ #define _H_MATH_VECTORS_ // Structure definitions // Method declarations #endif
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Under the Application divider you will find the code"
Note
Creating a Win32 window with an active OpenGL Context is outside the scope of this book. For a better understanding of how Win32 code works with OpenGL read: https://www.khronos.org/opengl/wiki/Creating_an_OpenGL_Context_(WGL)
- Advanced Splunk
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- Learning C# by Developing Games with Unity 2020
- JavaScript修煉之道
- JavaScript+DHTML語法與范例詳解詞典
- PLC編程及應用實戰
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- 零基礎學單片機C語言程序設計
- ASP.NET程序設計教程
- Java EE 8 Application Development
- Learning ArcGIS for Desktop
- Visual Basic程序設計上機實驗教程
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- Python項目實戰從入門到精通
- Hands-On Nuxt.js Web Development