javascript Programming Glossary: polygons
JavaScript Separating Axis Theorem http://stackoverflow.com/questions/10394329/javascript-separating-axis-theorem overlap share improve this question Transforming polygons First you have to transform all points of your convex polygons.. First you have to transform all points of your convex polygons squares in this case so they are all in the same space by applying.. it's standard practice to try and separate 2 convex polygons squares in your case using the following steps For each polygon..
Make Zip code boundaries in Google Map API http://stackoverflow.com/questions/11471497/make-zip-code-boundaries-in-google-map-api if someone puts a zip code on maps.google.com. I have used polygons but this wouldn't help make a border around a certain zip code...
OpenLayers vs Google Maps? http://stackoverflow.com/questions/1237187/openlayers-vs-google-maps Vector Support Better support for points polylines and polygons. Control You have the ability to add any new features that you..
Proper format for drawing polygon data in D3 http://stackoverflow.com/questions/13204562/proper-format-for-drawing-polygon-data-in-d3 the code below shows data poly if you wanted two identical polygons you would change this to data poly poly . The goal is to create..
Performance problems with HTML5 Canvas in some mobile browsers. http://stackoverflow.com/questions/16191324/performance-problems-with-html5-canvas-in-some-mobile-browsers transformation filters or effects mostly simple paths and polygons. I do listen to touch events and use requestAnimationFrame for..
Recording and storing high-res hand drawing http://stackoverflow.com/questions/1815512/recording-and-storing-high-res-hand-drawing event loop in the browser. You'll get sparse data points polygons with fast movement and that's as good as it gets without a huge..
Hit-testing SVG shapes? http://stackoverflow.com/questions/2174640/hit-testing-svg-shapes any of my SVG shapes. For example I add 3 complex polygons to my element. Now I want to know if rectangle 40 40 100 100..
Highlight polygon and tint rest of map using Google Maps http://stackoverflow.com/questions/2956355/highlight-polygon-and-tint-rest-of-map-using-google-maps improve this question Google Maps API v3 lets you draw polygons with holes. Here's Google's Pentagon example. It is much easier..
Image manipulation and texture mapping using HTML5 Canvas? http://stackoverflow.com/questions/4774172/image-manipulation-and-texture-mapping-using-html5-canvas by computing appropriate 2d gradients and matrices Solid polygons are of course easy Gouraud filling is possible only on one component..
Check if polygon is inside a polygon http://stackoverflow.com/questions/4833802/check-if-polygon-is-inside-a-polygon inside B. The above works for any type of polygon. If the polygons are convex you can skip the line intersection tests and just..
How to draw polygons on an HTML5 canvas? http://stackoverflow.com/questions/4839993/how-to-draw-polygons-on-an-html5-canvas to draw polygons on an HTML5 canvas I need to know how to draw polygons on a.. polygons on an HTML5 canvas I need to know how to draw polygons on a canvas. Without using jQuery or anything like that. javascript..
Google Maps API and KML File LocalHost Development Options http://stackoverflow.com/questions/6092110/google-maps-api-and-kml-file-localhost-development-options url parse the KML maybe caching an array of markers or polygons using one of the libraries you list in your question now stub.. function map add the markers and polygons to the map or remove them if map etc Now either put a switch..
Implementing undo in a web app http://stackoverflow.com/questions/6386743/implementing-undo-in-a-web-app map editing webapp where we can create and edit polylines polygons etc. I've some trouble finding informations on undo implementation..
Javascript drawing library? http://stackoverflow.com/questions/96486/javascript-drawing-library a JS interactive drawing library Just need to draw lines polygons texts of different colors. IE Firefox Opera Safari compatible...
|