Module: RubyVor
- Defined in:
- lib/ruby_vor.rb,
lib/ruby_vor/point.rb,
lib/ruby_vor/version.rb,
lib/ruby_vor/decomposition.rb,
ext/voronoi_interface.c
Defined Under Namespace
Constant Summary collapse
- VERSION =
'0.0.2'
Class Method Summary collapse
Class Method Details
.test_l ⇒ Object
9 10 11 |
# File 'lib/ruby_vor.rb', line 9 def self.test_l VDDT::Decomposition.from_points(Point.test_large) end |