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

Method MulValues

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

Gets the multiplication result of all vector components values.

Source from the content-addressed store, hash-verified

164 /// Gets the multiplication result of all vector components values.
165 /// </summary>
166 T MulValues() const
167 {
168 return X * Y;
169 }
170
171 /// <summary>
172 /// Returns the minimum value of all the components.

Callers 1

ToModelDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected