![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Types | |
| using | VectorType = UE::Math::TVector< T > |
Public Member Functions | |
| SegmentDistToSegment_Solver (const VectorType &InA1, const VectorType &InB1, const VectorType &InA2, const VectorType &InB2) | |
| void | Solve (VectorType &OutP1, VectorType &OutP2) |
Public Attributes | |
| bool | bLinesAreNearlyParallel |
| const VectorType & | A1 |
| const VectorType & | A2 |
| const VectorType | S1 |
| const VectorType | S2 |
| const VectorType | S3 |
| using SegmentDistToSegment_Solver< T >::VectorType = UE::Math::TVector<T> |
|
inline |
|
inline |
| const VectorType& SegmentDistToSegment_Solver< T >::A1 |
| const VectorType& SegmentDistToSegment_Solver< T >::A2 |
| bool SegmentDistToSegment_Solver< T >::bLinesAreNearlyParallel |
| const VectorType SegmentDistToSegment_Solver< T >::S1 |
| const VectorType SegmentDistToSegment_Solver< T >::S2 |
| const VectorType SegmentDistToSegment_Solver< T >::S3 |