TSegment

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/Segment.h"

Syntax

template<class T>
class TSegment

Constructors

Name Description

Public function

TSegment()

Public function

TSegment

(
    const TVec3< T >& x1,
    const TVec3< T >& x2
)

Functions

Name Description

Public function Const

TAABB< T, 3 ...

 

BoundingBox()

Public function Const

const TVec3<...

 

GetAxis()

Public function Const

const TVec3<...

 

GetCenter()

Public function Const

FReal

 

GetLength()

Public function Const

const TVec3<...

 

GetX1()

Public function Const

TVec3< T >

 

GetX2()

Public function Const

bool

 

IsConvex()

Public function

void

 

Serialize

(
    FArchive& Ar
)

Public function Const

TVec3< T >

 

Support

(
    const TVec3< T >& Direction,
    const T Thickness
)

Public function Const

FORCEINLINE_...

 

SupportCore

(
    const TVec3< T >& Direction
)

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