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

Method GetValueDotAt

trinity/TriRigidOrientation.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91Vector3* TriRigidOrientation::GetValueDotAt(
92 Vector3* in,
93 Be::Time now )
94{
95 return GetValueDotAt( in, TimeAsDouble( now - mStart ) );
96}
97
98Vector3* TriRigidOrientation::GetValueDotAt(
99 Vector3* in,

Callers

nothing calls this directly

Calls 3

Vector3Class · 0.70
GetSizeMethod · 0.45

Tested by

no test coverage detected