Documents view angle struct and related API

Adds documentation for the `omath::ViewAngles` struct,
clarifying its purpose, common usage patterns,
and the definition of the types of pitch, yaw and roll.

Also, adds short explanations of how to use ViewAngles and what tradeoffs exist
between using raw float types and strongly typed Angle<> types.
This commit is contained in:
2025-11-01 09:12:04 +03:00
parent d12a2611b8
commit 95c0873b8c
15 changed files with 1970 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# `omath::Mat`
# `omath::Mat` — Matrix class (C++20/23)
> Header: your projects `mat.hpp` (requires `vector3.hpp`)
> Namespace: `omath`