VisiLibity v1 Source Code 1.0
|
This is the complete list of members for VisiLibity::Point, including all inherited members.
in(const Line_Segment &line_segment_temp, double epsilon=0.0) const | VisiLibity::Point | |
in(const Polygon &polygon_temp, double epsilon=0.0) const | VisiLibity::Point | |
in(const Environment &environment_temp, double epsilon=0.0) const | VisiLibity::Point | |
in_relative_interior_of(const Line_Segment &line_segment_temp, double epsilon=0.0) const | VisiLibity::Point | |
is_endpoint_of(const Line_Segment &line_segment_temp, double epsilon=0.0) const | VisiLibity::Point | |
on_boundary_of(const Polygon &polygon_temp, double epsilon=0.0) const | VisiLibity::Point | |
on_boundary_of(const Environment &environment_temp, double epsilon=0.0) const | VisiLibity::Point | |
Point() | VisiLibity::Point | inline |
Point(double x_temp, double y_temp) | VisiLibity::Point | inline |
projection_onto(const Line_Segment &line_segment_temp) const | VisiLibity::Point | |
projection_onto(const Ray &ray_temp) const | VisiLibity::Point | |
projection_onto(const Polyline &polyline_temp) const | VisiLibity::Point | |
projection_onto_boundary_of(const Polygon &polygon_temp) const | VisiLibity::Point | |
projection_onto_boundary_of(const Environment &enviroment_temp) const | VisiLibity::Point | |
projection_onto_vertices_of(const Polygon &polygon_temp) const | VisiLibity::Point | |
projection_onto_vertices_of(const Environment &enviroment_temp) const | VisiLibity::Point | |
set_x(double x_temp) | VisiLibity::Point | inline |
set_y(double y_temp) | VisiLibity::Point | inline |
snap_to_boundary_of(const Polygon &polygon_temp, double epsilon=0.0) | VisiLibity::Point | |
snap_to_boundary_of(const Environment &environment_temp, double epsilon=0.0) | VisiLibity::Point | |
snap_to_vertices_of(const Polygon &polygon_temp, double epsilon=0.0) | VisiLibity::Point | |
snap_to_vertices_of(const Environment &environment_temp, double epsilon=0.0) | VisiLibity::Point | |
x() const | VisiLibity::Point | inline |
x_ (defined in VisiLibity::Point) | VisiLibity::Point | protected |
y() const | VisiLibity::Point | inline |
y_ (defined in VisiLibity::Point) | VisiLibity::Point | protected |