CollisionManagerについてお聞きします。

irr::scene::ISceneCollisionManager::getSceneNodeFromRayBB()
Returns:
Returns the scene node nearest to ray.start, which collides with the ray and matches the idBitMask, if the mask is not null. If no scene node is found, 0 is returned.
この関数は、ray線に当たっているノードではなくray線に最も近いノードを返し、当たっているか否かは関知しないといことですか?