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

Method GetValueAt

trinity/TriRigidOrientation.cpp:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54
55Quaternion* TriRigidOrientation::GetValueAt(
56 Quaternion* in,
57 Be::Time now )
58{
59 return GetValueAt( in, TimeAsDouble( now - mStart ) );
60}
61
62
63Quaternion* TriRigidOrientation::GetValueAt(

Callers

nothing calls this directly

Calls 2

GetSizeMethod · 0.45

Tested by

no test coverage detected