This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Sep 29 16:06:56 -0700 2008 | |
| |
History.txt | Thu Aug 14 03:04:22 -0700 2008 | |
| |
LICENSE | Tue Apr 28 21:53:09 -0700 2009 | |
| |
Manifest.txt | Thu Sep 04 12:26:04 -0700 2008 | |
| |
README.txt | Thu Aug 21 23:57:32 -0700 2008 | |
| |
Rakefile | Tue Apr 28 21:53:09 -0700 2009 | |
| |
VERSION.yml | Tue Apr 28 21:53:09 -0700 2009 | |
| |
config/ | Thu Aug 14 03:04:22 -0700 2008 | |
| |
examples/ | Thu Aug 14 05:13:10 -0700 2008 | |
| |
ext/ | Tue Apr 28 21:53:34 -0700 2009 | |
| |
georuby_c.gemspec | Thu Apr 30 19:20:01 -0700 2009 | |
| |
lib/ | Thu Apr 30 21:40:19 -0700 2009 | |
| |
script/ | Thu Aug 14 03:04:22 -0700 2008 | |
| |
spec/ | Thu Apr 30 21:40:19 -0700 2009 |
README.txt
= georuby_c Experiment with GeoRuby (http://georuby.rubyforge.org) with the fast Geo (http://geo.rubyforge.org). == DESCRIPTION: the objective is provide all the georuby functionalities, with time consuming calculus in C. _this is not usable yet_ See: GeoRuby (http://georuby.rubyforge.org) Copyright (c) 2006 Guilhem Vellut <guilhem.vellut+georuby@gmail.com> Geo (http://geo.rubyforge.org) Copyright (C) 2007 Martin Kihlgren == REQUIREMENTS: glib:: http://www.gtk.org/ == FEATURES: =Available data types - Point - Line string - Linear ring - Polygon - Multi point - Multi line string - Multi polygon - Geometry collection They can be in 2D, 3DZ, 3DM, and 4D. Geo::Point:: A 2D point providing some common geometry operations. Geo::Line:: A 2D line consisting of 2 Geo::Points providing some common geometry operations. Geo::Triangle:: A 2D triangle consisting of 3 Geo::Points providing some common geometry operations. Geo::PointSet:: A Set-like container of Points. Geo::LineSet:: A Set-like container of Lines that provides optimized versions of some common geometry operations on lines. Geo::TriangleSet:: A Set-like container of Triangles that provides optimized versions of some common geometry operations on lines. == Usage: Just install the gem. == Examples: To find if a given line intersects a set of 100 000 other lines: :include:examples/intersects.rb == License: GeoRuby is released under the MIT license. geo is provided under the GPL-2.







