Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ ResetTimeRange
Method
ResetTimeRange
trinity/Curves/TriCurveSet.cpp:333–337 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
331
}
332
333
void TriCurveSet::ResetTimeRange()
334
{
335
m_hasTimeRange = false;
336
m_timeRangeMin = m_timeRangeMax = 0;
337
}
338
339
bool TriCurveSet::HasTimeRange() const
340
{
Callers
8
PlayCurveSet
Method · 0.80
PlayCurveSet
Method · 0.80
PlayCurveSet
Method · 0.80
PlayCurveSet
Method · 0.80
PlayCurveSet
Method · 0.80
PlayCurveSet
Method · 0.80
PlayCurveSet
Method · 0.80
PlayCurveSet
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected