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 4d1e02804d
commit 6cdd2a8047
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`