gamalib-1.3.37 / new attributes bs="..." and fs="..." in <angle />
Ales Cepek <[email protected]> Fri, 24 May 2002 21:42:48 +0200 (CEST)
| Newsgroups | gmane.comp.gnu.gama.announce |
|---|---|
| Message-ID | <[email protected]> |
1.3.37 2002-05-24
- new attributes bs="..." and fs="..." in the definition of <angle />
Chuck Ghilani pointed out that XML description of angles was not
natural; thus attribute `to' was renamed to `bs' (backsight) and
`rs' was renamed to `fs' (foresight)
Former attributes `to' and `rs' of the tag <angle /> was left as
an undocumented feature in the class GKFparser
- function Angle::rs() was renamed to Angle::fs() and added new
function Angle::bs() which is a synonym for Angle::to()
Ales