TLine2::IntersectionPoint

Calculate intersection point between this line and another one

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/LineTypes.h

Include

#include "LineTypes.h"

Syntax

bool IntersectionPoint
(
    const TLine2< T > & OtherLine,
    FVector2< T > & IntersectionPointOut,
    T ParallelDotTolerance
) const

Remarks

Calculate intersection point between this line and another one

Returns

true if lines intersect and IntersectionPointOut was computed

Parameters

Parameter

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)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss