9 GJKState() : m_flags(0), m_idx(0), m_mask(0), m_00c(0), m_scales{{}} {}
15 std::array<EGG::Vector3f, 4> m_s;
16 std::array<EGG::Vector3f, 4> m_support1;
17 std::array<EGG::Vector3f, 4> m_support2;
18 std::array<std::array<f32, 4>, 16> m_scales;
Contexts can be used to restore a previous memory state for the current session.