Get the rounded INT value at a specific index
| 280 | |
| 281 | // Get the rounded INT value at a specific index |
| 282 | int Keyframe::GetInt(int64_t index) const { |
| 283 | return int(round(GetValue(index))); |
| 284 | } |
| 285 | |
| 286 | // Get the rounded INT value at a specific index |
| 287 | int64_t Keyframe::GetLong(int64_t index) const { |
no outgoing calls
no test coverage detected