The octPoint and octBox Objects
struct octPoint { /* oct Point */
octCoord x; /* x coordinate (32-bit int )*/
octCoord y; /* y coordinate (32-bit int) */
};
struct octBox { /* oct Box */
struct octPoint lowerLeft;
struct octPoint upperRight;
};
Previous slide
Next slide
Back to first slide
View graphic version