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

Method Length

trinity/Curves/Tr2CurveColor.cpp:40–43  ·  view source on GitHub ↗

--------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

38
39// --------------------------------------------------------------------------------
40float Tr2CurveColor::Length()
41{
42 return std::max( std::max( std::max( m_r.Length(), m_g.Length() ), m_b.Length() ), m_a.Length() );
43}
44
45// --------------------------------------------------------------------------------
46Color Tr2CurveColor::GetValue( double time ) const

Callers 5

GetMaxCurveDurationMethod · 0.45
UpdateMethod · 0.45
UpdateTriggerCurveMethod · 0.45
FindInitialSpawnPointMethod · 0.45
CreateSplineTunnelsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected