UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::CADKernel::IntersectionTool::FIntersectionContext Struct Reference

Public Member Functions

 FIntersectionContext (const FSegment2D &InSegmentAB, const FSegment2D &InSegmentCD)
 

Public Attributes

const FSegment2DSegmentAB
 
const FSegment2DSegmentCD
 
const FVector2d AB
 
const FVector2d CD
 
const FVector2d CA
 
double NormAB = 0
 
double NormCD = 0
 

Constructor & Destructor Documentation

◆ FIntersectionContext()

UE::CADKernel::IntersectionTool::FIntersectionContext::FIntersectionContext ( const FSegment2D InSegmentAB,
const FSegment2D InSegmentCD 
)
inline

Member Data Documentation

◆ AB

const FVector2d UE::CADKernel::IntersectionTool::FIntersectionContext::AB

◆ CA

const FVector2d UE::CADKernel::IntersectionTool::FIntersectionContext::CA

◆ CD

const FVector2d UE::CADKernel::IntersectionTool::FIntersectionContext::CD

◆ NormAB

double UE::CADKernel::IntersectionTool::FIntersectionContext::NormAB = 0

◆ NormCD

double UE::CADKernel::IntersectionTool::FIntersectionContext::NormCD = 0

◆ SegmentAB

const FSegment2D& UE::CADKernel::IntersectionTool::FIntersectionContext::SegmentAB

◆ SegmentCD

const FSegment2D& UE::CADKernel::IntersectionTool::FIntersectionContext::SegmentCD

The documentation for this struct was generated from the following file: