Summary

public static void MinMax(ref Vector3 min, ref Vector3 max)

Separates minimal and maximal values of any two input vectors

Parameters