MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / SumValues

Method SumValues

Source/Engine/Core/Math/Vector2.h:158–161  ·  view source on GitHub ↗

Gets the sum of all vector components values.

Source from the content-addressed store, hash-verified

156 /// Gets the sum of all vector components values.
157 /// </summary>
158 T SumValues() const
159 {
160 return X + Y;
161 }
162
163 /// <summary>
164 /// Gets the multiplication result of all vector components values.

Callers 7

SortLightsFunction · 0.45
OnUpdateMethod · 0.45
NormalizeBlendWeightsMethod · 0.45
WndProcMethod · 0.45
MacWindowMethod · 0.45
Plane.hFile · 0.45
ImportModelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected