Navigation
API > API/Runtime > API/Runtime/GeometryCore
Compute intersection between two 2D lines
| Name | TIntrLine2Line2 |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Intersection/IntrLine2Line2.h |
| Include Path | #include "Intersection/IntrLine2Line2.h" |
Syntax
template<typename RealType>
class TIntrLine2Line2
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Intersection/IntrLine2Line2.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Point | TVector2< RealType > | Result data | Intersection/IntrLine2Line2.h | |
| Quantity | int | Intersection/IntrLine2Line2.h | ||
| Result | EIntersectionResult | Intersection/IntrLine2Line2.h | ||
| Segment1Parameter | RealType | Intersection/IntrLine2Line2.h | ||
| Segment2Parameter | RealType | Intersection/IntrLine2Line2.h | ||
| Type | EIntersectionType | Intersection/IntrLine2Line2.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TIntrLine2Line2 & Compute() |
Intersection/IntrLine2Line2.h | ||
bool Find() |
Intersection/IntrLine2Line2.h | ||
RealType GetDistThreshold() |
Intersection/IntrLine2Line2.h | ||
RealType GetDotThreshold() |
Intersection/IntrLine2Line2.h | ||
const TLine2< RealType > & GetLine1() |
Intersection/IntrLine2Line2.h | ||
const TLine2< RealType > & GetLine2() |
Intersection/IntrLine2Line2.h | ||
bool IsSimpleIntersection() |
Intersection/IntrLine2Line2.h | ||
void SetDistThreshold
(
RealType Value |
Intersection/IntrLine2Line2.h | ||
void SetDotThreshold
(
RealType Value |
Intersection/IntrLine2Line2.h | ||
void SetLine1
(
const TLine2< RealType >& Value |
Intersection/IntrLine2Line2.h | ||
void SetLine2
(
TLine2< RealType >& Value |
Intersection/IntrLine2Line2.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Intersection/IntrLine2Line2.h |