aboutsummaryrefslogtreecommitdiff
path: root/include/nv/Quat.h
blob: 94a4b447b81f02d09c4f41d0e70bea514303621f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#pragma once

namespace nv
{
    struct Quat
    {
        float x, y, z, w;
    };
}