Changeset 1668
- Timestamp:
- 07/18/07 11:06:04 (1 year ago)
- Files:
-
- gaphas/branches/hw/gaphas/constraint.py (modified) (1 diff)
- gaphas/branches/hw/gaphas/sexamples.py (deleted)
- gaphas/branches/hw/gaphas/tests/test_projector.py (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphas/branches/hw/gaphas/constraint.py
r1644 r1668 488 488 489 489 Consider two geometrical objects defined by their position (x0, y0) 490 and object's affine information (see gaphas. sexamplemodule)490 and object's affine information (see gaphas.tests.test_projector module) 491 491 >>> from solver import Variable 492 >>> from gaphas. sexamplesimport Rectangle, Vector, AffineProjector492 >>> from gaphas.tests.test_projector import Rectangle, Vector, AffineProjector 493 493 >>> r = Rectangle(5, 5, 20, 20) 494 494 >>> v = Vector(5, 50, 5, -25)
