MCPcopy 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
90Vector3* Tr2CurveVector3Lerp::GetValueAt( Vector3* in, Be::Time time )
91{
92 return GetValueAt( in, TimeAsDouble( time ) );
93}
94
95Vector3* Tr2CurveVector3Lerp::GetValueAt( Vector3* in, double time )
96{

Callers 2

GetValueMethod · 0.45
LerpToFirstKeyMethod · 0.45

Calls 1

GetValueFunction · 0.85

Tested by

no test coverage detected