Kiwano Engine v1.3.x
kiwano::physics::ContactEdgeList类 参考

物理接触边列表 更多...

#include <Contact.h>

Public 类型

using value_type = b2ContactEdge *
 
using iterator = IteratorImpl< value_type >
 
using const_iterator = IteratorImpl< const value_type >
 

Public 成员函数

 ContactEdgeList (const value_type &first)
 
const value_type & front () const
 
value_type & front ()
 
iterator begin ()
 
const_iterator begin () const
 
const_iterator cbegin () const
 
iterator end ()
 
const_iterator end () const
 
const_iterator cend () const
 

详细描述

物理接触边列表