Default constructor for the Keyframe class
| 59 | public: |
| 60 | /// Default constructor for the Keyframe class |
| 61 | Keyframe() = default; |
| 62 | |
| 63 | /// Constructor which sets the default point & coordinate at X=1 |
| 64 | Keyframe(double value); |
nothing calls this directly
no outgoing calls
no test coverage detected