Merge pull request #4594 from pollend/chore/update-IntersectSegment-cleanup

Clean-up IntersectSegment  and improve documentation
This commit is contained in:
Chris Galvan
2021-10-14 11:33:01 -05:00
committed by GitHub
7 changed files with 434 additions and 297 deletions
@@ -116,7 +116,7 @@ namespace AzToolsFramework
{
return AZ::Intersect::IntersectRayBox(
rayOrigin, rayDirection, m_center, m_axis1, m_axis2, m_axis3, m_halfExtents.GetX(), m_halfExtents.GetY(),
m_halfExtents.GetZ(), rayIntersectionDistance) > 0;
m_halfExtents.GetZ(), rayIntersectionDistance);
}
void ManipulatorBoundBox::SetShapeData(const BoundRequestShapeBase& shapeData)