Top "Points" questions

A scoring system for games or algorithms.

Pixels vs. Points in HTML/CSS

When creating an HTML page, should I specify things like margins with pixels or with points in CSS? Is one …

html css pixels points
Opencv polylines function in python throws exception

I'm trying to draw an arbitrary quadrilateral over an image using the polylines function in opencv. When I do I …

python opencv numpy points
Closest point to a given point

I have a set K of randomly selected pixels in a 2D image. For every other pixel in the image …

algorithm 2d points
How to create a line using two Vector3 points in unity?

I know there exist some functions like lineRenderer etc, but I want to create a straight line in the scene …

unity3d line points
Calculating angle between two points - java

I need to calculate the angle in degrees between two points, with a fixed point that is connected with the …

java lines angle points
Adding bullet points to a text area?

Is there a way to add bullet points to an HTML textarea? I want to add a simple feature where …

textarea points
excel vba changing bar chart color for a data point based on point value

I have a some charts that in which the X Values are text and Y Values are numerical. I want …

excel vba charts points
Find closest point of every point (Nearest Neighbor)

I am writing a method that takes as input an array of points and finds, for each point in the …

java arrays points nearest-neighbor
How to avoid overplotting (for points) using base-graph?

I am in my way of finishing the graphs for a paper and decided (after a discussion on stats.stackoverflow), …

r graphics plot points
Finding points on a line with a given distance

I have a question i know a line i just know its slope(m) and a point on it A(…

language-agnostic graphics vector lines points