12 lines
138 B
C++
12 lines
138 B
C++
#pragma once
|
|
|
|
|
|
namespace J3ML::Geometry
|
|
{
|
|
|
|
/// A KD-tree accelleration structure for static geometry.
|
|
class KdTree
|
|
{
|
|
|
|
};
|
|
} |