index
:
pub/celeritas-core.git
master
vk
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
maths.c
blob: 3ad1e2e3f42c4d942a99ad2bafd2313f55b00471 (
plain
)
1
2
3
#include <celeritas.h> Vec3 Vec3_Create(f32 x, f32 y, f32 z) { return (Vec3){ x, y, z }; }