libigl v2.5.0
Loading...
Searching...
No Matches
point_in_circle.h File Reference
#include "igl_inline.h"
#include "point_in_circle.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

bool igl::point_in_circle (const double qx, const double qy, const double cx, const double cy, const double r)
 Determine if 2d point is in a circle.