Packed Record TBGRACoordData3D
Unit
Declaration
type TBGRACoordData3D = packed record
Description
3D coordinate information (can be aligned for SSE)
Overview
Fields
sceneCoord: TPoint3D_128; |
|
viewCoord: TPoint3D_128; |
|
projectedCoord: TPointF; |
|
InvZ: single; |
|
used: wordbool; |
|
customNormalUsed: wordbool; |
|
viewNormal: TPoint3D_128; |
|
customNormal: TPoint3D_128; |
Description
Fields
sceneCoord: TPoint3D_128; |
|
0 |
viewCoord: TPoint3D_128; |
|
16 |
projectedCoord: TPointF; |
|
32 |
InvZ: single; |
|
40 |
used: wordbool; |
|
44 |
customNormalUsed: wordbool; |
|
This item has no description. |
viewNormal: TPoint3D_128; |
|
48 |
customNormal: TPoint3D_128; |
|
64 |