1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-07-01 10:11:44 +02:00
GiantsTools/Sdk/Include/Core/Public/BBox.h

8 lines
77 B
C
Raw Normal View History

2021-01-24 00:40:09 +01:00
#pragma once
// Bounding box definition
struct BBOX
{
P3D min;
P3D max;
};