This website requires JavaScript.
Explore
Help
Sign In
ed
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/Ed94/Odin.git
synced
2026-06-28 00:01:48 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
58f07698e849ca7542c53f9687b6c3d4a7f478e9
Odin
/
core
/
math
/
linalg
T
History
Feoramund
88598c2c64
Make use of
runtime.Raw_*
types in
core:math/linalg
2024-06-03 15:58:33 -04:00
..
glsl
fix(linalg/glsl): incorrect quat by vector3 multiplication
2024-04-28 21:44:34 +02:00
hlsl
Replace
core:*
to
base:*
where appropriate
2024-01-28 22:18:51 +00:00
doc.odin
…
extended.odin
Fix
#3323
2024-03-24 13:33:30 +00:00
general.odin
Make use of
runtime.Raw_*
types in
core:math/linalg
2024-06-03 15:58:33 -04:00
specific_euler_angles_f16.odin
fix pitch_from_quaternion
2024-05-27 23:38:50 +05:30
specific_euler_angles_f32.odin
fix pitch_from_quaternion
2024-05-27 23:38:50 +05:30
specific_euler_angles_f64.odin
fix pitch_from_quaternion
2024-05-27 23:38:50 +05:30
specific_euler_angles.odin
…
specific.odin
Properly initialize return matrices in linalg.orthonormalize
2024-03-09 09:10:25 -06:00
swizzle.odin
…