|
Having some Geometry data and a Transform how can the transform be applied to the Geometry to get a new Geometry with it's data transformed ?
Ex: I Have a Path object that has it's Path.Data set to a PathGeometry object, I want to tranform the points ...
Started by Pop Catalin on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
One catch is that Combine only works if....
You can scan the PathGeometry list of figures and segments .
There are two things you have to consider:
Geometry inherits from Freezable, you can't modify the geometry object in-place if it's frozen.
|
|
What is a good tool to create geometry figures in elementary geometry textbooks (dealing with subjects such as triangles, circles, Pythagorean theorem and Ptolemy's theorem)?
P.S. Anyone with sufficient reputation may tag this question with geometry ,...
Started by RamyenHead on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
It allows one to create geometric figure plus it will outperform an application designed specifically for geometry but I do thing it makes up for it in other.
Geo is a GTK interactive geometry software.
|
|
I want to remove geometry from canvas in Silverlight... I am able to remove it but removal is not immediately reflected. I mean when I perform GeometryGroup.Children.Remove(geometry) it is removing from tree but not from Canvas... Surprisingly removed...
Started by Software Enthusiastic on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
//Following line causing geometry to disappear from the Canvas geometry.Transform = new ScaleTransform{ ScaleX = 0, ScaleY = 0}; geometryGroup.Children.Remove(geometry);.
I am doing...
|
Ask your Facebook Friends
|
Is there any geometry library available for Java? I'm looking for solution to get an intersection point(s) between two geometry objects.
Started by nanda on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The interface on ESRI's library is called.
Http://edndoc.esri.com/arcobjects/9.2/Java/java/library_reference/Geometry/Geometry_overview.htm library which has a very robust Geometry Library.
|
|
What's the difference between mesh and geometry? Aren't they the same? i.e. collection of vertices that form triangles?
Started by tep on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
A curve is geometry....
A point is geometry, but it is not a mesh.
From Wikipedia :
Geometry and with properties of space
IMO a mesh falls under that criteria.
A mesh is simply a more complex shape.
Or a mixture of various polygons.
|
|
Hello, does anyone know an open source c# dll for Computational Geometry.
Started by Bass on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Aforgenet....
The best readily available commercial alternative is probably Ceometric's G# , which is neither free nor open-source .
There isn't much out there, unfortunately -- the .NET world seems to suffer from a paucity of good open-source math libraries .
|
|
I want to solve geometry problems in online programming contests. But whenever I read them, I just find too difficult. Please suggest some books and resources which I can study computational geometry.
Started by avd on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
On the filter....
And there's also first.
To solve basic geometry problems quickly, so that it runs within the time limits of the contest, you://mrmbdctg.freehostia.com/contest_Tipsforbeginner.html
A classic work: Computational Geometry in C .
|
|
Hi everyone,
Does anyone know an easy to understand geometry and image processing book that has source code in matlab?
Thanks alot!
Started by Hoang Pham on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Multiple View....
It begins with concepts of projective geometry and had a pretty thorough algebraic/geometric treatment of the subject.
I highly recommend this book for studying geometry in computer vision.
That do something of that kind.
|
|
Can someone tell me how to get path geometry from a WPF FlowDocument object? Please not that I do not want to use FormattedText . Thanks.
Started by Dmitri Nesteruk on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Get the Text property of a TextRange object initialized over .
A Visual and turn it into a path geometry..
|
|
A 'web designer' (and high school dropout) friend is now learning programming, but having a hard time because he doesn't know Algebra/Geometry too well and all the examples mentioned in almost programming books involves math.
Are there any good Algebra...
Started by Nimbuz on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
If you like this, he also has a intro to geometry textbook..
Expect to pay for this one.
The Math Forum content referred by nik is good , by Harold Jacobs .
There is a good introductory geometry and intermediate algebra .
|