Public Member Functions | |
| Walkbox (const Common::Array< Vector2i > &polygon, bool visible=true) | |
| bool | contains (const Math::Vector2d &position, bool toleranceOnOutside=true) const |
| bool | concave (int vertex) const |
| void | setVisible (bool visible) |
| bool | isVisible () const |
| const Common::Array< Vector2i > & | getPoints () const |
| Math::Vector2d | getClosestPointOnEdge (const Math::Vector2d &p) const |
Public Attributes | |
| Common::String | _name |