#include <graphicsGutz.h>
#include <iostream>
#include <math.h>
#include "Manip.h"
#include "ManipEvents.h"
#include <serialize/SerializeUtil.h>
#include "../eventGutz/mouseEvent.h"
Go to the source code of this file.
Defines | |
#define | M_PI 3.141592654f |
Functions | |
const string | DATA_STR ("Data{") |
Serialization. | |
const string | END_SECTION_STR ("\n}\n") |
const string | MAT_STR ("Matrix:\n") |
serialize the data parts of this guy for momentos & transmission | |
Variables | |
const float | defaultRad = .8f |
|
|
|
Serialization. write. |
|
|
|
serialize the data parts of this guy for momentos & transmission
Referenced by gutz::Manip::serialData(), and gutz::Manip::unserialData(). |
|
Definition at line 40 of file Manip.cpp. Referenced by gutz::Manip::getRad(), and gutz::Manip::Manip(). |