clan::Contour Class Reference

Collision detection contour. More...

#include <contour.h>

Public Member Functions

Construction
 Contour ()
 Construct a contour. More...
 
 ~Contour ()
 
Attributes
std::vector< Pointf > & get_points ()
 
const std::vector< Pointf > & get_points () const
 
bool is_inside_contour () const
 
void set_inside_contour (bool is_inside)
 Set inside contour. More...
 
std::vector< OutlineCircle > & get_sub_circles ()
 
const std::vector
< OutlineCircle > & 
get_sub_circles () const
 
Operators
bool operator== (const Contour &other) const
 Equality operator. More...
 
bool operator!= (const Contour &other) const
 Inequality operator. More...
 
bool operator< (const Contour &other) const
 Less than operator. More...
 
Contour clone () const
 Makes a copy of the contour. More...
 

Detailed Description

Collision detection contour.

A outline consists of contours, which hold the actual outline geometry


The documentation for this class was generated from the following file: