Formatting
This commit is contained in:
@@ -9,5 +9,4 @@
|
||||
namespace fgl::engine
|
||||
{
|
||||
|
||||
|
||||
} // namespace fgl::engine
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
#include "AABoundingBox.hpp"
|
||||
|
||||
|
||||
namespace fgl::engine
|
||||
{
|
||||
template class AxisAlignedBoundingBox< CoordinateSpace::Model >;
|
||||
|
||||
@@ -20,9 +20,7 @@ namespace fgl::engine
|
||||
|
||||
constexpr static auto SpaceType { CType };
|
||||
|
||||
AxisAlignedBoundingCube() :
|
||||
m_middle( constants::WORLD_CENTER ),
|
||||
m_span( 1.0f ) {}
|
||||
AxisAlignedBoundingCube() : m_middle( constants::WORLD_CENTER ), m_span( 1.0f ) {}
|
||||
|
||||
explicit AxisAlignedBoundingCube( const Coordinate< CType > middle, const float span ) :
|
||||
m_middle( middle ),
|
||||
|
||||
Reference in New Issue
Block a user