index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
math
/
linalg
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `@(require_results)` to `core:math/linalg`'s `glsl` and `hlsl` packages
gingerBill
2023-05-22
4
-1265
/
+1307
*
Add "contextless" to `core:math/linalg` procedures
gingerBill
2023-05-22
7
-620
/
+620
*
Add `@(require_results)` `core:math/linalg` procedures
gingerBill
2023-05-22
7
-24
/
+638
*
Fix #2545 - Typo in vec4 lerping procedures
KyleRhoads45
2023-05-18
1
-2
/
+2
*
linalg/extended radians and degrees fixed
Jesse Stiller
2023-04-27
1
-4
/
+5
*
Fix #2389
Mostafa Saad
2023-03-17
1
-4
/
+4
*
Fix typo in linalg.any
Said Al Attrach
2022-12-13
1
-1
/
+1
*
Add doc.odin
gingerBill
2022-11-03
1
-0
/
+2
*
Fix #2052 typo in linalg.max_single
gingerBill
2022-09-17
1
-1
/
+1
*
Change math/linalg/general.odin vector_length and vector_normalize to only ac...
Phil
2022-08-15
1
-3
/
+3
*
fix `linalg.angle_from_quaternion`
Luxko
2022-07-23
1
-3
/
+3
*
wrong variable names in functions
hfr4
2022-06-14
1
-5
/
+5
*
Fix #1644
gingerBill
2022-04-26
1
-3
/
+3
*
Add `round` to linalg_glsl_math.odin
gingerBill
2022-01-30
1
-0
/
+2
*
Added round to HLSL and GLSL, and isinf/isfinite + isnan to HLSL
Jesse Stiller
2022-01-30
3
-0
/
+104
*
Extraneous parameters in hlsl/glsl.saturate removed
Jesse Stiller
2022-01-17
2
-33
/
+32
*
Fix polymorphic matrix element with a minor hack
gingerBill
2022-01-10
1
-4
/
+4
*
Update matrix types to be the native Odin `matrix` types
gingerBill
2022-01-10
6
-2164
/
+2103
*
Fix quaternion casting
gingerBill
2022-01-03
1
-2
/
+2
*
Fix conversion from float to quaternion
gingerBill
2021-12-31
1
-2
/
+2
*
Add `linalg.matrix4_look_at_from_fru`
gingerBill
2021-11-13
1
-0
/
+49
*
Add `core:math/linalg/hlsl`
gingerBill
2021-11-04
2
-0
/
+1841
*
Add inverse for dmatN types
gingerBill
2021-11-04
1
-4
/
+12
*
Add `smoothstep`
gingerBill
2021-11-04
1
-0
/
+25
*
Minor reorganization
gingerBill
2021-11-04
1
-111
/
+114
*
Add `f64` variants of all types and procedures
gingerBill
2021-11-04
2
-37
/
+695
*
Add more comments
gingerBill
2021-11-04
1
-12
/
+16
*
Add comments
gingerBill
2021-11-04
1
-2
/
+1
*
Remove unneeded suffixes
gingerBill
2021-11-04
1
-8
/
+8
*
Remove build tag
gingerBill
2021-11-04
1
-1
/
+0
*
`core:math/linalg/glsl` - GLSL-like mathematics types and operations
gingerBill
2021-11-04
2
-0
/
+1186
*
Remove unnecessary operations
gingerBill
2021-09-08
1
-6
/
+6
*
Strip even more semicolons if followed by a `}` or `)` on the same line
gingerBill
2021-08-31
3
-33
/
+33
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
8
-5036
/
+5036
*
Enforce `core:builtin` and `core:intrinsics` for imports
gingerBill
2021-08-21
2
-2
/
+2
*
Add `#no_bounds_check` to linalg procedures
gingerBill
2021-07-03
1
-15
/
+10
*
Improve `linalg.transpose` type determination for square matrices
gingerBill
2021-06-28
1
-2
/
+1
*
Fix transposing
gingerBill
2021-06-04
1
-6
/
+6
*
Fix typo
gingerBill
2021-06-04
1
-1
/
+1
*
Fix linalg.transpose
gingerBill
2021-06-03
1
-1
/
+1
*
Fix missing newlines in core:math/linalg/specific.odin
vassvik
2021-04-09
1
-2
/
+4
*
Add `f16` support to core:math/linalg
gingerBill
2021-04-01
4
-124
/
+2284
*
Add `linalg.matrix_cast`
gingerBill
2021-03-26
1
-2
/
+3
*
Add `linalg.matrix_cast`
gingerBill
2021-03-26
1
-4
/
+13
*
Fix typo in cubic().
Jeroen van Rijn
2021-03-16
1
-1
/
+1
*
Update package core:math/linalg to support matrix3 euler angle operations
gingerBill
2021-03-16
3
-45
/
+1209
*
Minor update to math/linalg
gingerBill
2021-03-03
1
-5
/
+72
*
Improve math/linalg to support both f32 and f64 basic procedures for the spec...
gingerBill
2021-03-03
6
-943
/
+3029
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-02-23
1
-1
/
+1
|
\
|
*
Update extended.odin
WalterPlinge
2021-02-23
1
-1
/
+1
[next]