mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-02 04:37:54 +08:00
spelling: arithmetics
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -506,7 +506,7 @@ struct aiMesh
|
|||||||
* #define IS_QNAN(f) (f != f)
|
* #define IS_QNAN(f) (f != f)
|
||||||
* @endcode
|
* @endcode
|
||||||
* still dangerous because even 1.f == 1.f could evaluate to false! (
|
* still dangerous because even 1.f == 1.f could evaluate to false! (
|
||||||
* remember the subtleties of IEEE754 artithmetics). Use stuff like
|
* remember the subtleties of IEEE754 arithmetics). Use stuff like
|
||||||
* @c fpclassify instead.
|
* @c fpclassify instead.
|
||||||
* @note Normal vectors computed by Assimp are always unit-length.
|
* @note Normal vectors computed by Assimp are always unit-length.
|
||||||
* However, this needn't apply for normals that have been taken
|
* However, this needn't apply for normals that have been taken
|
||||||
|
|||||||
Reference in New Issue
Block a user