Module spade::primitives [] [src]

Contains some useful primitives that can be inserted into r-trees.

Use these objects if only the geometrical properties (position and size) are important. If additional data needs to be stored per object, consider implementing SpatialObject.

Structs

EdgeSideInfo

Yields information about on which side of a line a point lies.

SimpleCircle

An n-dimensional circle, defined by its origin and radius.

SimpleEdge

An edge defined by it's two end points.

SimpleTriangle

A triangle, defined by it's three points.