Top "Vector-graphics" questions

Vector graphics is the use of geometrical primitives such as points, lines, curves, and shapes or polygon(s), which are all based on mathematical equations, to represent images in computer graphics.

Sort points by angle from given axis?

How can I sort an array of points/vectors by counter-clockwise increasing angle from a given axis vector? For example: …

c++ algorithm math geometry vector-graphics
Are there any Android Drawable designers?

I would like to use more vector drawings in my Android applications. Providing images isn't as space efficient or as …

android graphics drawable vector-graphics
What is a good multiplatform vector graphics library for C/C++?

I'm looking for a good multiplatform library for vector graphics in C/C++. Any recommendation or thougts? Thanks EDIT: Thanks …

c++ c vector-graphics
WPF Performance: Displaying thousands of Paths / Shapes on a Canvas

I'm currently developing a visualization tool that draws WPF shapes such as paths, ellipses etc. on a Canvas. I've already …

wpf performance vector-graphics ui-virtualization
What's the difference between a vector and a vertex?

I often see the words 'vector' and 'vertex' (plural 'vertices') being used in 3D programming contexts. From what I can …

3d xna vector-graphics vertex
Data Visualization beginner: Learn processing, d3.js or other first?

I'm a visual / info designer and data analyst. I am an expert in Illustrator. I want to transition into dynamic …

d3.js processing visualization vector-graphics
what library that can be used to convert bitmap to vector?

My current project is related to bitmap to vector. so far i found these libraries: potrace (+) really good for line …

c++ image-processing graphics vector-graphics bitmapimage
How can I convert an SVG file to a format read by Cinema 4D as Vector (like Adobe Illustrator ai file)

I have Cinema 4D, Photoshop and Inkscape. I have a bunch of vector graphics stuff in Inkscape that I would …

converter photoshop vector-graphics inkscape cinema-4d
How to use xaml vector images as image source in Windows 8 app

I created some assets in inkscape and would like to use them as icons in a windows 8 application. I have …

c# xaml windows-8 vector-graphics inkscape
Real time vector-based OSM renderer in iOS (using OpenGL ES)

I'm looking into a solution that will allow to use OpenStreetMap data to render a 2D top-view vector-based map in …

ios opengl-es-2.0 openstreetmap vector-graphics mapbox