| 247 | |
| 248 | |
| 249 | bool cBoundingBox::CalcLineIntersection(const Vector3d & a_Line1, const Vector3d & a_Line2, double & a_LineCoeff, eBlockFace & a_Face) |
| 250 | { |
| 251 | return CalcLineIntersection(m_Min, m_Max, a_Line1, a_Line2, a_LineCoeff, a_Face); |
| 252 | } |
| 253 | |
| 254 | |
| 255 |
no test coverage detected