aboutsummaryrefslogtreecommitdiff
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;
    };
}