Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPlane3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/PlaneTypes.h |
| Include | #include "PlaneTypes.h" |
bool FindLineIntersection
&40;
const UE::Math::TVector< RealType > & LineOrigin,
const UE::Math::TVector< RealType > & LineDirection,
UE::Math::TVector< RealType > & IntersectionPointOut
&41; const
Remarks
Compute intersection of Line with Plane true if Line intersects Plane and IntersectionPointOut is valid
Parameters
| Name | Description |
|---|---|
| LineOrigin | origin of line |
| LineDirection | direction of line |
| HitPointOut | intersection point, or invalid point if line is parallel to plane |