Inkscape
Vector Graphics Editor
|
Infinite straight ray. More...
Go to the source code of this file.
Classes | |
class | Geom::Ray |
Straight ray from a specific point to infinity. More... | |
Namespaces | |
namespace | Geom |
Various utility functions. | |
Functions | |
double | Geom::distance (Point const &_point, Ray const &_ray) |
bool | Geom::are_near (Point const &_point, Ray const &_ray, double eps=EPSILON) |
bool | Geom::are_same (Ray const &r1, Ray const &r2, double eps=EPSILON) |
double | Geom::angle_between (Ray const &r1, Ray const &r2, bool cw=true) |
Ray | Geom::make_angle_bisector_ray (Ray const &r1, Ray const &r2, bool cw=true) |
Returns the angle bisector for the two given rays. | |
Infinite straight ray.
Definition in file ray.h.