Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoMath.h |
| Include | #include "BaseGizmos/GizmoMath.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoMath.cpp |
namespace GizmoMath
{
template<typename RealType>
void GizmoMath&58;&58;RayCylinderIntersection
&40;
const FVector & CylinderCenter,
const FVector & CylinderAxis,
RealType CylinderRadius,
RealType CylinderHeight,
const FVector & RayOrigin,
const FVector & RayDirection,
bool & bIntersectsOut,
RealType & OutHitDepth
&41;
}
Remarks
Find the intersection of the ray defined by RayOrigin and RayDirection with the cylinder defined by CylinderCenter, CylinderAxis, CylinderRadius, and CylinderHeight. Returns intersection success/failure in bOutIntersects and the hit depth parameter along the ray for the first intersection in OutHitDepth.