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

Method MinValue

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

Returns the minimum value of all the components.

Source from the content-addressed store, hash-verified

172 /// Returns the minimum value of all the components.
173 /// </summary>
174 T MinValue() const
175 {
176 return Math::Min(X, Y);
177 }
178
179 /// <summary>
180 /// Returns the maximum value of all the components.

Callers 2

LineHitsBoxMethod · 0.45
ContainsMethod · 0.45

Calls 1

MinFunction · 0.70

Tested by

no test coverage detected