summaryrefslogtreecommitdiffhomepage
path: root/LongVector3.h
blob: c4faa107506654e4a8368638a4b4c3ce98c1c643 (plain)
1
2
3
4
5
6
7
8
9
#pragma once


struct LongVector3
{
    long double x;
    long double y;
    long double z;
};