28 #ifndef OPENSHOT_COORDINATE_H
29 #define OPENSHOT_COORDINATE_H
69 Json::Value JsonValue();
70 void SetJson(
string value);
71 void SetJsonValue(Json::Value root);
This class represents a Cartesian coordinate (X, Y) used in the Keyframe animation system...
Header file for Fraction class.
Header file for all Exception classes.
double Y
The Y value of the coordinate (usually representing the value of the property being animated) ...
Header file for JSON class.
double X
The X value of the coordinate (usually representing the frame #)