Definition in file SgPoint.cpp.
#include "SgSystem.h"
#include "SgPoint.h"
#include <iostream>
#include <sstream>
#include "SgUtil.h"
Go to the source code of this file.
| Functions | |
| std::string | SgPointUtil::PointToString (SgPoint p) | 
| SgPoint | SgPointUtil::Rotate (int rotation, SgPoint p, int size) | 
| Rotate/mirror point. | |
| int | SgPointUtil::InvRotation (int rotation) | 
| Return the inverse rotation as used in SgPointUtil::Rotate. | |
| ostream & | operator<< (ostream &out, const SgWritePoint &writePoint) | 
| std::ostream & operator<< | ( | std::ostream & | out, | |
| const SgWritePoint & | writePoint | |||
| ) | 
Definition at line 147 of file SgPoint.cpp.