root/trunk/examples/polygons/NOTES.txt

Revision 4662, 0.8 KB (checked in by pmoura, 5 days ago)

Updated copyright notice.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1================================================================
2Logtalk - Open source object-oriented logic programming language
3Release 2.35.0
4
5Copyright (c) 1998-2009 Paulo Moura.        All Rights Reserved.
6Logtalk is free software.  You can redistribute it and/or modify
7it under the terms of the "Artistic License 2.0" as published by
8The Perl Foundation. Consult the "LICENSE.txt" file for details.
9================================================================
10
11
12To load this example and for sample queries, please see the SCRIPT.txt file.
13
14In this example we have several types of polygons that can be concentric.
15This is represented by a concentric binary relation ensuring that whenever
16a polygon is moved towards a new position, all polygons likewise concentric
17are moved along with them.
Note: See TracBrowser for help on using the browser.