219 return XOverlap(uMinX, uMaxX, vMinX, vMaxX, wMinX, wMaxX, xOverlapSpan);
float GetWMinX() const
Get the min x value in the w view.
float GetXSpanV() const
Get the x span in the v view.
float GetUMinX() const
Get the min x value in the u view.
TransverseOverlapResult operator+(const TransverseOverlapResult &lhs, const TransverseOverlapResult &rhs)
Transverse overlap result + operator.
float GetXSpanW() const
Get the x span in the w view.
float GetVMinX() const
Get the min x value in the v view.
XOverlap(const float uMinX, const float uMaxX, const float vMinX, const float vMaxX, const float wMinX, const float wMaxX, const float xOverlapSpan)
Constructor.
float m_wMinX
The min x value in the w view.
float m_vMinX
The min x value in the v view.
float GetVMaxX() const
Get the max x value in the v view.
float GetXOverlapSpan() const
Get the x overlap span.
float m_vMaxX
The max x value in the v view.
float GetUMaxX() const
Get the max x value in the u view.
float GetXSpanU() const
Get the x span in the u view.
float GetWMaxX() const
Get the max x value in the w view.
float m_wMaxX
The max x value in the w view.
float m_uMinX
The min x value in the u view.
float m_uMaxX
The max x value in the u view.