Scenic.Math.Vector2.min
You're seeing just the function
min
, go back to Scenic.Math.Vector2 module for more information.
Specs
min(vector2_a :: Scenic.Math.vector_2(), vector2_b :: Scenic.Math.vector_2()) :: Scenic.Math.vector_2()
Find a new vector derived from the lowest x
and y
from two given vectors.
Parameters:
vector2_a
- the first vectorvector2_b
- the second vector
Returns:
A vector derived from the lowest x
and y
from two given vectors