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

Function MaxVectorComponent

trinity/Tr2ShLightingManager.cpp:385–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385inline float MaxVectorComponent( const Vector3& v )
386{
387 return std::max( v.x, std::max( v.y, v.z ) );
388}
389
390// --------------------------------------------------------------------------------------
391// Description:

Callers 1

UpdateSourceDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected