Top "Point" questions

A point is a fundamental geometry entity.

Hexagonal Grids, how do you find which hexagon a point is in?

I have a map made up of rows and columns of hexagons This isn't an actual image of the hex-map …

algorithm point hexagonal-tiles
How to move the mouse to an arbitrary point using Protractor/Selenium

Is it possible to move the mouse to arbitrary coordinates on the screen/relative to an element in Protractor tests? …

javascript selenium protractor point mousemove
How do I find all the Points in a Path in Android?

Awhile back I asked a question to see if I was able to find a pair of specific points in …

java android path point
Point cloud XYZ format specification

Is there an official specification for the XYZ format for point clouds? I've been searching all over and I didn't …

3d format point point-clouds
Test of Point inside polygon in Android

The other day I did a class in Java to calculate if a point(X,Y) is inside a polygon. (…

java android polygon point
How to generate random points in a circular distribution

I am wondering how i could generate random numbers that appear in a circular distribution. I am able to generate …

python distribution point
Fast algorithm to find the x closest points to a given point on a plane

I would like to find a fast algorithm in order to find the x closest points to a given point …

c# algorithm map point plane
Rotate a point around a point with OpenCV

Does anyone know how I can rotate a point around another in OpenCV? I am looking for a function like …

c++ opencv rotation point
Position on Screen Right Bottom

I need to position JFrame on my screen. But I can't make them appear on the right side of the …

java swing jframe point layout-manager
Finding translation and scale on two sets of points to get least square error in their distance?

I have two sets of 3D points (original and reconstructed) and correspondence information about pairs - which point from one …

algorithm math point least-squares