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

Method Update

trinity/Eve/VirtualCamera/EveVirtualCameraBehaviour.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97float EveVirtualCameraBehaviourFloatSet::Update( const EveVirtualCamera& camera, float current, float deltaTime, float localElapsedTime, const Vector3& anchorPosition, float anchorRadius, const Vector3& anchorForwardDirection )
98{
99 return m_value - current;
100}
101
102// =============================================================================
103// Add Value

Callers

nothing calls this directly

Calls 12

ClampedNoiseFunction · 0.85
RotateVectorWithAnchorFunction · 0.85
LengthFunction · 0.85
GetForwardDirectionMethod · 0.80
GetRightDirectionMethod · 0.80
GetUpDirectionMethod · 0.80
GetPointOfInterestMethod · 0.80
Vector3Class · 0.50
GetValueMethod · 0.45
GetPositionMethod · 0.45

Tested by

no test coverage detected