Changeset 2063 for code/branches/objecthierarchy/src/orxonox/objects/worldentities/BlinkingBillboard.h
- Timestamp:
- Oct 29, 2008, 6:39:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/objects/worldentities/BlinkingBillboard.h
r2044 r2063 57 57 { return this->frequency_; } 58 58 59 inline void setPhase( floatphase)59 inline void setPhase(const Degree& phase) 60 60 { this->phase_ = phase; } 61 inline floatgetPhase() const61 inline const Degree& getPhase() const 62 62 { return this->phase_; } 63 63 … … 65 65 float amplitude_; 66 66 float frequency_; 67 floatphase_;67 Degree phase_; 68 68 long double time_; 69 69 };
Note: See TracChangeset
for help on using the changeset viewer.