[go: up one dir, main page]

geo 0.1.1

Geo generics/utils
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Changes

## 0.1.1

* [`Intersects` trait bugfixes]https://github.com/georust/rust-geo/pull/34

## 0.1.0

* [Add `Area` trait]https://github.com/georust/rust-geo/pull/31
* [Add `Contains` trait]https://github.com/georust/rust-geo/pull/31
* [Add `Distance` trait, remove `Point::distance_to`]https://github.com/georust/rust-geo/pull/31
* [Add `Intersects` trait]https://github.com/georust/rust-geo/pull/31
* [Implement `Centroid` trait for `MultiPolygon`]https://github.com/georust/rust-geo/pull/31

## 0.0.7

* [Implement `Centroid` trait, `Point::distance_to` method]https://github.com/georust/rust-geo/pull/24