index
:
anselsdk
1.1
1.2
1.3
1.4
1.5
1.6
main
test
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
nv
/
Quat.h
blob: c861d49d38c7abd99ae3d73a6aef4c2f4156dc72 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
10
#pragma once
namespace
nv
{
struct
Quat
{
float
x
,
y
,
z
,
w
;
};
}