Package lines for core:math and more.

This commit is contained in:
Jeroen van Rijn
2025-10-09 19:56:21 +02:00
parent b8fdd91c9f
commit c4c2431997
23 changed files with 39 additions and 42 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
// core:math/linalg implements linear algebra procedures useful for 3D spatial transformations
// package linalg implements linear algebra procedures useful for 3D spatial transformations.
package linalg
+1 -1
View File
@@ -1,4 +1,4 @@
// core:math/linalg/glsl implements a GLSL-like mathematics library plus numerous other utility procedures
// package glsl implements a GLSL-like mathematics library plus numerous other utility procedures.
package math_linalg_glsl
import "base:builtin"
+1 -1
View File
@@ -1,4 +1,4 @@
// core:math/linalg/hlsl implements a HLSL-like mathematics library plus numerous other utility procedures
// package hlsl implements a HLSL-like mathematics library plus numerous other utility procedures.
package math_linalg_hlsl
import "base:builtin"