Changeset 8148 in orxonox.OLD for trunk/src/lib/particles
- Timestamp:
- Jun 5, 2006, 12:46:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/particles/quick_animation.h
r7336 r8148 70 70 //! compares this->position with position @param position pos to compare, @returns true on match. 71 71 bool operator==(float position) { return this->position == position; }; 72 float position; //!< The position of thies KeyFrame 72 73 float value; //!< The value of this KeyFrame 73 float position; //!< The position of thies KeyFrame74 74 75 75 static bool sortPositionPredicate(const QuickKeyFrame& key1, const QuickKeyFrame& key2);
Note: See TracChangeset
for help on using the changeset viewer.