TPlaneConcrete

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Plane.h

Include

#include "Chaos/Plane.h"

Syntax

template<typename T, int d>
class TPlaneConcrete

Constructors

Name Description

Public function

TPlaneConcrete()

Public function

TPlaneConcrete

(
    const TVector< T, d >& InX,
    const TVector< T, d >& InNormal
)

Functions

Name Description

Public function Const

Pair< TVecto...

 

FindClosestIntersection

(
    const TVector< T, d >& StartPoint,
    const TVector< T, d >& EndPoint,
    const T Thickness
)

Public function Const

TVector< T, ...

 

FindClosestPoint

(
    const TVector< T, d >& x,
    const T Thickness
)

Public function Const

uint32

 

GetTypeHash()

Public function Const

const TVecto...

 

Normal()

Public function Const

const TVecto...

 

Normal

(
    const TVector< T, d >&
)

Public function Const

T

 

PhiWithNormal

(
    const TVector< T, d >& x,
    TVector< T, d >& Normal
)

Phi is positive on the side of the normal, and negative otherwise.

Public function Const

bool

 

Raycast

(
    const TVector< T, d >& StartPoint,
    const TVector< T, d >& Dir,
    const T Length,
    const T Thickness,
    T& OutTime,
    TVector< T, d >& OutPosition,
    TVector< T, d >& OutNormal,
    int32& OutFaceIndex
)

Public function

void

 

Serialize

(
    FArchive& Ar
)

Public function Const

T

 

SignedDistance

(
    const TVector< T, d >& x
)

Phi is positive on the side of the normal, and negative otherwise.

Public function Const

const TVecto...

 

X()

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