Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TLine2
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/LineTypes.h |
| Include | #include "LineTypes.h" |
bool IntersectionPoint
(
const TLine2 < T > & OtherLine,
TVector2 < T > & IntersectionPointOut,
T ParallelDotTolerance
) const
Remarks
Calculate intersection point between this line and another one true if lines intersect and IntersectionPointOut was computed
Parameters
| Name | Description |
|---|---|
| OtherLine | line to test against |
| IntersectionPointOut | intersection point is stored here, if found |
| ParallelDotTolerance | tolerance used to determine if lines are parallel (and hence cannot intersect) |