Development
|
iPOGO Development Center Report #78
| #78 MAIN - Resolved - 33 command reversed plus and offsets
| |
BugNo |
78
| |
CodeModule |
MAIN
| |
Status |
Resolved
| |
Title |
33 command reversed plus and offsets
| |
Description |
The 33 command produces plus and offset distances as negative when they should be positive. Also, output has been modified to include the baseline start and end points as the first printed line.
| |
Comments |
Example output:
C++ output Bogus ==================================
FROM TOWARD POL DIST O/S DIST TO POINT
1 2 -1000.000 -0.000 2
1 2 -1168.573 -417.233 3
1 2 787.931 -760.847 6
VB output Good ===================================
FROM TOWARD POL DIST O/S DIST TO POINT
1 2 1168.573 417.233 3
1 2 289.779 463.288 4
1 2 -453.366 1132.419 5
1 2 -787.931 760.847 6
| |
FiledBy |
set
| |
FiledDate |
02/11/2000
| |
ResolvedDate |
02/16/2000
| |
Resolution |
fixed
| |
VersionNo |
4.0 Beta
| |