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

Method Scale

trinity/TriColor.cpp:260–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260void TriColor::Scale(
261 float s )
262{
263 *static_cast<::Color*>( this ) = *this * s;
264}
265
266
267/////////////////////////////////////////////////////////////////////////////////////////

Callers 1

AdjustBoundsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected