Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in geometry

Drawing Antialiased circle using Shaders

drawing glsl geometry

How can I group an array of rectangles into "Islands" of connected regions?

Which algorithm can efficiently find a set of points within a certain distance of a path?

Chose the farthest k points from given n points

HTML and CSS Fluid Circle

html css geometry css-shapes

Hibernate Spatial - Query within an X kilometer radius?

Minimize maximum manhattan distance of a point to a set of points

Bezier clipping

graphics geometry 2d bezier csg

Is there a circle class in Java like the Rectangle class

java geometry rectangles

How do you determine if you can draw a circle around a set of points, such that the points from the other set aren't inside it?

Signed angle between two vectors without a reference plane

math vector 3d geometry

Finding all the points within a circle in 2D space

Midpoint circle algorithm for filled circles

c# algorithm graphics geometry

Geometry library in C++ [closed]

c++ geometry

Given 2 points how do I draw a line at a right angle to the line formed by the two points?

geometry

Fastest available Delaunay triangulation algorithm for GPU

Draw a D3 circle with gradient colours

WPF: How to apply a GeneralTransform to a Geometry data and return the new geometry?

c# .net wpf geometry transform

Draw a circle (not shaded) with Three.js

Algorithm to find points that are furthest apart -- better than O(n^2)?