florianmucolli / kdmap

Automatically exported from code.google.com/p/kdmap
0 stars 0 forks source link

Rendering.RenderTreeCairo.Render always takes KdNode<IVector> #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
How can one render a tree of KdNode<Custom>?

p = Accelerators::Subdivision::SubdivisionPolicyConnector.new(1)
# Create a new kd-tree in two-dimensional space
t = Accelerators::KdTree[Accelerators::Vector].new(2, p)

rendering t will currently not work because the type argument is Vector.

Original issue reported on code.google.com by christop...@gmail.com on 21 Jun 2009 at 7:43

GoogleCodeExporter commented 9 years ago

Original comment by christop...@gmail.com on 21 Jun 2009 at 1:05

GoogleCodeExporter commented 9 years ago
picking up old issues. moving them to 9.12

Original comment by christop...@gmail.com on 8 Nov 2009 at 2:39