mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
Improve documentation with cross-references and README enhancements
Co-authored-by: orange-cpp <59374393+orange-cpp@users.noreply.github.com>
This commit is contained in:
@@ -288,4 +288,13 @@ static Vector2 from_im_vec2(const ImVec2&) noexcept;
|
||||
|
||||
---
|
||||
|
||||
*Last updated: 31 Oct 2025*
|
||||
## See Also
|
||||
|
||||
- [Vector3 Documentation](vector3.md) - 3D vector operations
|
||||
- [Vector4 Documentation](vector4.md) - 4D vector operations
|
||||
- [Getting Started Guide](../getting_started.md) - Quick start with OMath
|
||||
- [Tutorials](../tutorials.md) - Step-by-step examples
|
||||
|
||||
---
|
||||
|
||||
*Last updated: 1 Nov 2025*
|
||||
|
||||
@@ -294,4 +294,14 @@ bool is_perpendicular(const Vector3&) const noexcept;
|
||||
|
||||
---
|
||||
|
||||
*Last updated: 31 Oct 2025*
|
||||
## See Also
|
||||
|
||||
- [Vector2 Documentation](vector2.md) - 2D vector operations
|
||||
- [Vector4 Documentation](vector4.md) - 4D vector operations
|
||||
- [Angle Documentation](../trigonometry/angle.md) - Working with angles
|
||||
- [Getting Started Guide](../getting_started.md) - Quick start with OMath
|
||||
- [Tutorials](../tutorials.md) - Practical examples including vector math
|
||||
|
||||
---
|
||||
|
||||
*Last updated: 1 Nov 2025*
|
||||
|
||||
Reference in New Issue
Block a user