|
|
| SHAPE_SEGMENT (const VECTOR2I &aA, const VECTOR2I &aB, int aWidth=0) |
| |
|
| SHAPE_SEGMENT (const SEG &aSeg, int aWidth=0) |
| |
| SHAPE * | Clone () const override |
| | Function Clone() More...
|
| |
| const BOX2I | BBox (int aClearance=0) const override |
| | Function BBox() More...
|
| |
| bool | Collide (const SEG &aSeg, int aClearance=0) const override |
| | Function Collide() More...
|
| |
| bool | Collide (const VECTOR2I &aP, int aClearance=0) const override |
| | Function Collide() More...
|
| |
|
void | SetSeg (const SEG &aSeg) |
| |
|
const SEG & | GetSeg () const |
| |
|
void | SetWidth (int aWidth) |
| |
|
int | GetWidth () const |
| |
|
bool | IsSolid () const override |
| |
|
void | Move (const VECTOR2I &aVector) override |
| |
|
| SHAPE_SEGMENT (const VECTOR2I &aA, const VECTOR2I &aB, int aWidth=0) |
| |
|
| SHAPE_SEGMENT (const SEG &aSeg, int aWidth=0) |
| |
| SHAPE * | Clone () const override |
| | Function Clone() More...
|
| |
| const BOX2I | BBox (int aClearance=0) const override |
| | Function BBox() More...
|
| |
| bool | Collide (const SEG &aSeg, int aClearance=0) const override |
| | Function Collide() More...
|
| |
| bool | Collide (const VECTOR2I &aP, int aClearance=0) const override |
| | Function Collide() More...
|
| |
|
void | SetSeg (const SEG &aSeg) |
| |
|
const SEG & | GetSeg () const |
| |
|
void | SetWidth (int aWidth) |
| |
|
int | GetWidth () const |
| |
|
bool | IsSolid () const override |
| |
|
void | Move (const VECTOR2I &aVector) override |
| |
| | SHAPE (SHAPE_TYPE aType) |
| | Constructor. More...
|
| |
| SHAPE_TYPE | Type () const |
| | Function Type() More...
|
| |
| virtual bool | Collide (const SHAPE *aShape, int aClearance, VECTOR2I &aMTV) const |
| | Function Collide() More...
|
| |
|
virtual bool | Collide (const SHAPE *aShape, int aClearance=0) const |
| |
| virtual VECTOR2I | Centre () const |
| | Function Centre() More...
|
| |
|
virtual bool | Parse (std::stringstream &aStream) |
| |
|
virtual const std::string | Format () const |
| |
| | SHAPE (SHAPE_TYPE aType) |
| | Constructor. More...
|
| |
| SHAPE_TYPE | Type () const |
| | Function Type() More...
|
| |
| virtual bool | Collide (const SHAPE *aShape, int aClearance, VECTOR2I &aMTV) const |
| | Function Collide() More...
|
| |
|
virtual bool | Collide (const SHAPE *aShape, int aClearance=0) const |
| |
| virtual VECTOR2I | Centre () const |
| | Function Centre() More...
|
| |
|
virtual bool | Parse (std::stringstream &aStream) |
| |
|
virtual const std::string | Format () const |
| |