Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Intersection
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Intersection/IntrRay3Triangle3.h |
| Include | #include "Intersection/IntrRay3Triangle3.h" |
Syntax
template<typename Real>
class TIntrRay3Triangle3
Remarks
Compute intersection between 3D ray and 3D triangle
Variables
| Type | Name | Description | |
|---|---|---|---|
| EIntersectionType | IntersectionType | ||
| TRay< Real > | Ray | Input. | |
| Real | RayParameter | Output. | |
| TTriangle3< Real > | Triangle | ||
| FVector3d | TriangleBaryCoords |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TIntrRay3Triangle3
(
const TRay< Real >& RayIn, |