|
Robot Planning and its Applications Project
|
Contains the implementation of Obstacle processing related function in RRT* implementaion. More...

Functions | |
| bool | isInside (int circle_x, int circle_y, int rad, int x, int y) |
| Check if point is inside the obstacle circle. More... | |
| bool | checkCollision (int a, int b, int c, int x, int y, int radius) |
Contains the implementation of Obstacle processing related function in RRT* implementaion.
| bool checkCollision | ( | int | a, |
| int | b, | ||
| int | c, | ||
| int | x, | ||
| int | y, | ||
| int | radius | ||
| ) |
| bool isInside | ( | int | circle_x, |
| int | circle_y, | ||
| int | rad, | ||
| int | x, | ||
| int | y | ||
| ) |
Check if point is inside the obstacle circle.
| radius | |
| secondPoint |
1.8.11