Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Intersection
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Intersection/IntrLine2Line2.h |
| Include | #include "Intersection/IntrLine2Line2.h" |
Syntax
template<typename RealType>
class TIntrLine2Line2
Remarks
Compute intersection between two 2D lines
Variables
| Type | Name | Description | |
|---|---|---|---|
| RealType | DistThresh | ||
| RealType | dotThresh | ||
| TLine2< RealType > | Line1 | Input data | |
| TLine2< RealType > | Line2 | ||
| TVector2< RealType > | Point | Result data | |
| int | Quantity | ||
| EIntersectionResult | Result | ||
| RealType | Segment1Parameter | ||
| RealType | Segment2Parameter | ||
| EIntersectionType | Type |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TIntrLine2Line2
(
const TLine2< RealType >& Line1In, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EIntersectionType | |||
| TIntrLine2Line2 & | Compute () |
||
| bool | Find () |
||
| RealType | |||
| RealType | |||
| const TLine2< RealType > & | GetLine1 () |
||
| const TLine2< RealType > & | GetLine2 () |
||
| bool | |||
| void | SetDistThreshold
(
RealType Value |
||
| void | SetDotThreshold
(
RealType Value |
||
| void | |||
| void |