wrkcoord.h File Reference

(r1785/r1285)

#include "ccmaths.h"
#include "coord.h"

Go to the source code of this file.

Classes

class  WorkCoord

Functions

WorkCoord operator- (const WorkCoord &input)
 Negates a WorkCoord.


Function Documentation

WorkCoord operator- const WorkCoord input  )  [inline]
 

Negates a WorkCoord.

Author:
Mario_Shamtani (Xara Group Ltd) <camelotdev@xara.com>
Date:
14/6/93
Parameters:
A WprkCoord [INPUTS]
A WorkCoord [OUTPUTS]
Returns:
Errors: None

Definition at line 210 of file wrkcoord.h.

00211 {
00212     WorkCoord result;
00213 
00214     result.x = -input.x;
00215     result.y = -input.y;
00216     return result;
00217 }


Generated on Sat Nov 10 03:49:22 2007 for Camelot by  doxygen 1.4.4