struct ProjectionTspec Holds the projection tile-set specifications
Holds the projection tile-set specifications.For convenience, the projective transformation (from Cartesian local coordinate system to the image's pixel coordinates) is specified as the product of two projections: <OL> <LI> a projection from the local 3-D coordinate to the image's intrinsic 2-D coordinates system (u,v) <LI> a projection from (u,v) to the image's pixel coordinate system (ix,iy). </OL> This structure hold information about the first of these projections. (The ImageTransformationTspec holds information about the second.)