Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::math::vector::orthoarea_tag Structure
C++
typedef struct orthoarea_tag ORTHOAREA;
typedef struct orthoarea_tag * PORTHOAREA;
struct orthoarea_tag {
  RCOORD x, y;
  RCOORD w, h;
};
Members 
Description 
RCOORD x; 
x coorindate of a rectangular area. y coordinate of a rectangular area. 
RCOORD y; 
x coorindate of a rectangular area. y coordinate of a rectangular area. 
RCOORD h; 
height (y + h = area end). height may be negative. with (x + w = area end). with may be negative. 
RCOORD w; 
height (y + h = area end). height may be negative. with (x + w = area end). with may be negative. 

A representation of a rectangular 2 dimensional area.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!