source: oup/structdefs/PNTA.txt@ 1042

Last change on this file since 1042 was 37, checked in by alloc, 18 years ago
File size: 1.1 KB
Line 
13D Point Array
2File id $00 12 File id
3Level id $04 17 Level id
4Not used $08 1012 Not used
5Minimum x-coordinate $14 9 Minimum x-coordinate of all packages below
6Minimum y-coordinate $18 9 Minimum y-coordinate (height) of all packages below
7Minimum z-coordinate $1C 9 Minimum z-coordinate of all packages below
8Maximum x-coordinate $20 9 Maximum x-coordinate of all packages below
9Maximum y-coordinate $24 9 Maximum y-coordinate (height) of all packages below
10Maximum z-coordinate $28 9 Maximum z-coordinate of all packages below
11Center x-coordinate $2C 9 x-coordinate of the center [ (max. x-coord. - min. x-coord.) ÷ 2) + min. x-coord. ]
12Center y-coordinate $30 9 y-coordinate of the center [ (max. y-coord. - min. y-coord.) ÷ 2) + min. y-coord. ]
13Center z-coordinate $34 9 z-coordinate of the center [ (max. z-coord. - min. z-coord.) ÷ 2) + min. z-coord. ]
14Distance $38 9 Distance from the center to each of the both points above
15Packages $3C 4 Amount of packages that follow
16*Package $40 $3C 4 12
17x-coordinate $00 9 x-coordinate of the point
18y-coordinate $04 9 y-coordinate (height) of the point
19z-coordinate $08 9 z-coordinate of the point
Note: See TracBrowser for help on using the repository browser.