You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A dependency-free, lightweight, fast math library for 2D and 3D vectors, quaternions, and matrices in Swift with (optional) SIMD support. It is developed and maintained as part of the [Fireblade Game Engine project](https://github.com/fireblade-engine).
12
11
@@ -48,7 +47,7 @@ let package = Package(
48
47
)
49
48
```
50
49
51
-
For more detailed information and API reference, please refer to the [comprehensive documentation](https://fireblade-engine.github.io/math/main/documentation/fireblademath/).
50
+
For more detailed information and API reference, please refer to the [comprehensive documentation](https://fireblade-engine.github.io/math/documentation/fireblademath/).
52
51
53
52
### 🛠 SIMD Traits
54
53
@@ -58,7 +57,7 @@ Starting with version 1.0.0, FirebladeMath uses Swift traits to manage SIMD supp
58
57
59
58
Comprehensive documentation for FirebladeMath is available online:
0 commit comments