TIntrRay3Triangle3

Compute intersection between 3D ray and 3D triangle

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/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

Name Description

Public variable

EIntersectionTy...

 

IntersectionType

Public variable

TRay3< Real >

 

Ray

Input.

Public variable

Real

 

RayParameter

Output.

Public variable

TTriangle3< Rea...

 

Triangle

Public variable

FVector3d

 

TriangleBaryCoords

Constructors

Name Description

Public function

TIntrRay3Triangle3

(
    const TRay3< Real >& RayIn,
    const TTriangle3< Real >& Triangle...
)

Functions

Name Description

Public function

bool

 

Find()

Find intersection point

Public function

bool

 

Test()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss