#pragma once namespace J3ML::Geometry { /// A KD-tree accelleration structure for static geometry. class KdTree { }; }