Min# template<typename T>inline XVector3<T> Min( const XVector3<T> &a, const XVector3<T> &b, )# Component-wise minimum of two vectors. Template Parameters: T – Numeric type of vector components Parameters: a – [in] First vector b – [in] Second vector Returns: Vector with minimum components from both inputs