Baseline input and replay setup done. Needs testing and fixes
This commit is contained in:
18
code/math.odin
Normal file
18
code/math.odin
Normal file
@ -0,0 +1,18 @@
|
||||
package sectr
|
||||
|
||||
// TODO(Ed) : Evaluate if this is needed
|
||||
|
||||
vec3 :: vec3_f32
|
||||
vec3_f32 :: struct #raw_union {
|
||||
basis : [3] f32,
|
||||
using components : struct {
|
||||
x, y, z : f32
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user