MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetValueAt

Method GetValueAt

trinity/Eve/Renderable/Stretch/EveRemotePositionCurve.cpp:84–88  ·  view source on GitHub ↗

-------------------------------------------------------------------------------- Description: Value getter for the ITriVectorFunction --------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

82// Value getter for the ITriVectorFunction
83// --------------------------------------------------------------------------------
84Vector3* EveRemotePositionCurve::GetValueAt( Vector3* in, Be::Time time )
85{
86 *in = m_value;
87 return in;
88}
89
90// --------------------------------------------------------------------------------
91// Description:

Callers 1

UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected