Min#

inline Point3 Min(const Point3 &a, const Point3 &b)#

Computes the component-wise minimum of two points.

Parameters:
  • a[in] The first point.

  • b[in] The second point.

Returns:

A new Point3 with each component being the minimum of the corresponding components.