TDistLine3Ray3

Compute distance between 3D line and 3D ray

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Distance/DistLine3Ray3.h

Include

#include "Distance/DistLine3Ray3.h"

Syntax

template<typename Real>
class TDistLine3Ray3

Remarks

Compute distance between 3D line and 3D ray

Variables

Name Description

Public variable

Real

 

DistanceSquared

Results.

Public variable

TLine3< Real >

 

Line

Input.

Public variable

FVector3< Real ...

 

LineClosestPoint

Public variable

Real

 

LineParameter

Public variable

TRay3< Real >

 

Ray

Public variable

FVector3< Real ...

 

RayClosestPoint

Public variable

Real

 

RayParameter

Constructors

Name Description

Public function

TDistLine3Ray3

(
    const TLine3< Real >& LineIn,
    const TRay3< Real >& RayIn
)

Functions

Name Description

Public function

Real

 

ComputeResult()

Public function

Real

 

Get()

Public function

Real

 

GetSquared()

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