for a 3d imaging software i am coding: I need to define an ellipsoid E, which can have any radii, centers and rotations in space
I am not a programmer, and I am trying my best to solve the situation but after several hours and headache I give up and I am asking for help.
have two line segment in the space, how to construct a surf开发者_高级运维ace with two line segment as the boundary?You may do this parametrically.
This seems to me like it may be a version of the knapsack problem: I have a list of rectangles of varying sizes that I want to place within a field without overlapping or grouping sim开发者_运维技巧il
Almost all vector graphics applications (like Corel) approximate elliptic arcs with several cubic Bezier curves. I need to add similar functionality to my application. So my question is: h开发者_开发百
This is what I want to accomplish for homework: Design and implement a program that draws circles, with the radius and location of each circle determined at random.If a circle does not overlap with a
I need an algorithm for calculating the convex hull of a set of points from the Voronoi Diagram of the points in O(n).The Voronoi diagram is contained in a bounding box and is stored as a doubly conne
I\'m struggling to find a rock solid solution to detecting collisions between a circle and a circle segment. Imagine a Field of View cone for a game enemy, with the circles representing objects of int
I\'m trying to use the formula from (www.movable-type.co.uk/scripts/latlong.html) to return a destination point giving a starting point, distance and bearing. These are my values:
I have n open geometric lines in 3D. which need to be joined into a single line based upon the criteria开发者_运维技巧 that minimum length of additional lines between the end points of the lines. Plea