2D computer graphics is the computer-based generation of digital images—mostly from two-dimensional models.
I have the following custom view: This I have achieved by using the Canvas' drawArc() method. However, with this drawArc() …
android 2d draw geometric-arcSince Microsoft are dropping XNA (and yes, I know that one can still use it quite successfully, but the fact …
c# graphics 2dI would like to know the best way to tell if a Shape object intersects another shape. Currently I have …
java 2d collision shape intersectionI want to learn about programming 2D games in C#. What are the best tutorials that are beginner oriented, written …
c# .net 2dMy question is, what is the best way to tint an image that is drawn using the drawImage method. The …
html canvas 2dHaving a set of (2D) points from a GIS file (a city map), I need to generate the polygon that …
algorithm geometry 2d gis concave-hullI have a set K of randomly selected pixels in a 2D image. For every other pixel in the image …
algorithm 2d pointsI need Three.js code to convert 3D object coordinates to 2d ones in a 'div' element so that I …
3d three.js 2d coordinatesSay you have a 2D grid with each spot on the grid having x number of objects (with x >=0). …
algorithm 2d multidimensional-array coordinate-systems