TPlane

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Chaos

Header

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

Include

#include "Chaos/CollisionResolution.h"

Syntax

template<class T, int d>
class TPlane : public Chaos::FImplicitObject

Constructors

Name Description

Public function

TPlane()

Public function

TPlane

(
    const TPlane< T, d >& Other
)

Public function

TPlane

(
    TPlane< T, d >&& Other
)

Public function

TPlane

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

Destructors

Name Description

Public function Virtual

~TPlane()

Functions

Name Description

Public function Virtual Const

Pair< TVecto...

 

FindClosestIntersectionImp

(
    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

FReal

 

GetRadius()

Public function Const

const TVecto...

 

Normal

(
    const TVector< T, d >&
)

Public function Const

const TVecto...

 

Normal()

Public function Virtual 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

const TPlane...

 

PlaneConcrete()

Public function Virtual 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

 

SerializeImp

(
    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 Static

constexpr EI...

 

StaticType()

Public function Const

const TVecto...

 

X()

Overridden from FImplicitObject

Name Description

Public function Virtual Const

uint32

 

GetTypeHash()

Public function Virtual

void

 

Serialize

(
    FArchive& Ar
)

Public function Virtual

void

 

Serialize

(
    FChaosArchive& Ar
)

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