0
votes
0answers
7 views
Adding Geometry objects data wpf
Just wondering if this is possible in wpf,
Say we have a Path object p1 with geometry = g1 (same as p1.Data).
Similarly if we have another Path object p2 with geometry = g2 (same …
5
votes
9answers
151 views
Can coordinates of constructable points be represented exactly?
I'd like to write a program that lets users draw points, lines, and circles as though with a straightedge and compass. Then I want to be able to answer the question, "are these thr …
-2
votes
1answer
81 views
Is there an algorithm that can help remember a map? [closed]
When I'm faced with too many locations,I just can't remember them.
Is there an algorithm can help?
0
votes
2answers
47 views
How can I find a point placed between 2 points forming a segment using only the partial length of the segment?
Given 2 points A(x0,y0,z0) and C(x2,y2,z2) forming a segment of length "k", what is the equation to find a point C(x1,y1,z1) placed at "k-1" distance from A?
0
votes
2answers
36 views
How can I find the angular coefficient of a segment in a 3D coordinate system?
Given 2 points A(x1,y1,z1) and B(x2,y2,z2), what is the equation to calculate their angular coefficient?
I wish a quite simple equation like this one:
m = (y2 - y1) / (x2 - x1)
…
1
vote
2answers
94 views
Bounding ellipse
I have been given an assignement for a graphics module, one part of which is to calculate the minimum bounding ellipse of a set of arbitrary shapes. The ellipse doesn't have to be …
1
vote
3answers
49 views
Angles to decimal conversion
Hi,
I'm trying to understand some flash animation, and am having difficulty working out the following. Can anyone help?
I want to convert a degree range of 0 to 90, to a value b …
0
votes
2answers
145 views
ax + by = c given two points P and Q [closed]
How do I arrive at the equation of a line in standard form given two points?
I found an answer here which says that the equation of a line joining P(px, py) and Q(qx, qy) is given …
0
votes
3answers
76 views
Line segment in a triangle
Hi All,
How can we check if a line segment falls partially or fully inside a triangle?
Cheers.
1
vote
2answers
42 views
Line Segments from a point
I have a point p, and 2 line segments in a 2D plane. Point p is a location of view from where camera is looking towards the line segments. I want to check if line segment 1 is part …
1
vote
2answers
53 views
Solving for optimal alignment of 3d polygonal mesh
I'm trying to implement a geometry templating engine. One of the parts is taking a prototypical polygonal mesh and aligning an instantiation with some points in the larger object. …
0
votes
2answers
15 views
Can basic Geometry ever come useful to a Beginner to Intermediate skilled Java coder?
Just Curious. I'm currently foraying into the world of Java coding, and, was wondering weather Geometry can come useful in the kind of programming a Beginner to Intermediate Skill …
0
votes
1answer
32 views
Radial plotting algorithm
Hi there,
I have to write an algorithm in AS3.0 that plots the location of points radially. I'd like to input a radius and an angle at which the point should be placed. Obviously …
0
votes
0answers
28 views
[WPF] Clip region inside the border of geometry
for a given geometry with border width ,
How do I get the clip region which exclude the border ?
1
vote
2answers
54 views
Delete holes in a Polygon
I have a polygon determined by an Array of Points.
This polygon is crossing itself making some holes in the polygon itself.
My questions is: How can I omit this holes and just ge …
