I have a simple function that creates a square that covers the entire screen, I use it for applying post-processing effects, however as far as I can tell it has been the cause of countless errors.
I would like to build a sphere in opengles 2.0 that is animated. Basically I want to have a transparent sphere on which I have small images moving around randomly. I know how to make a sphere and to m
I\'m drawing some primitives in Geometry form (\"F1 M 77,92L 704,92L 704,517L 77,517L 77,92 Z\" i.e.), storing them in GeometryDrawings and displaying by use of DrawingVisuals and object inherited fro
How would you build the simpliest way a MKMapRect with 2 MKMapPoints, assuming that you don\'t know wh开发者_运维百科ere are those points (the first can be lower or upper, more on the left or the righ
I need to get two points that have biggest distance between.开发者_高级运维 The easiest method is to compute distance between each of them, but that solution would have an quadratic complexity.
I have a heightmap.I want to efficiently compute which tiles in it are visible from an eye at any given location and height.
Given a generic QPainterPath and a generic QPointF contained by the path how can one calculate a tangent line on that point? There\'s no standard way to do that with Qt API and my开发者_如何学C search
I have some scattered 3D points (2d solution is sufficient). I want find different straight lines passing through (at least three points makes开发者_运维知识库 line) which are laying nearby (say for e
I am making a site with PHP where users upload images for their profile. I already have that working just fine. However, I want the users images to be circles. From what I have read I believe that I c
I have a set of 2 curves (each with a few hundreds to a couple thousands datapoints) that I want to compare and get some similarity \"score\". Actually, I have >100 of those sets to compare... I am fa