Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::math::fraction::COORDPAIR Structure
C++
typedef struct coordpair_tag {
  FRACTION x;
  FRACTION y;
} COORDPAIR, * PCOORDPAIR;
Members 
Description 
FRACTION x; 
The x part of the coordpair. 
FRACTION y; 
The y part of the coordpair. 

A coordinate pair is a 2 dimensional fraction expression. can be regarded as x, y or width,height. Each coordiante is a Fraction type.

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!