7#include "DirectXMath.h"
35 auto GetImpl() -> Impl& {
return *m_impl; }
39 std::unique_ptr<Impl> m_impl;
47auto GetWorldSupport(
const CookedShape& shape,
48 const Vector3& directionNormal,
51auto GetWorldSupport(
const CookedShape& shape,
52 DirectX::FXMVECTOR directionNormal,
60auto GetHalfExtent(
const CookedShape& shape,
61 const Vector3& directionNormal,
64auto GetHalfExtent(
const CookedShape& shape,
65 DirectX::FXMVECTOR directionNormal,
Wrapper around a scratch buffer used by support functions.
Definition: SupportFunctions.h:18
static auto GetDefault() -> SupportBuffer &
Get the global SupportBuffer for use with single-threaded calls to support functions.
SupportBuffer()
Create a new SupportBuffer for use with multi-threaded calls to support functions.