Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ GetValueAt
Method
GetValueAt
trinity/Curves/Tr2CurveVector3Lerp.cpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
Vector3* Tr2CurveVector3Lerp::GetValueAt( Vector3* in, Be::Time time )
91
{
92
return GetValueAt( in, TimeAsDouble( time ) );
93
}
94
95
Vector3* Tr2CurveVector3Lerp::GetValueAt( Vector3* in, double time )
96
{
Callers
2
GetValue
Method · 0.45
LerpToFirstKey
Method · 0.45
Calls
1
GetValue
Function · 0.85
Tested by
no test coverage detected