TVector< FReal, 2 >

Windows
MacOS
Linux

Inheritance Hierarchy

FVector2D

TVector< FReal, 2 >

References

Module

ChaosCore

Header

/Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Vector.h

Include

#include "Chaos/Vector.h"

Syntax

template<>
class TVector< FReal, 2 > : public FVector2D

Functions

Name Description

Public function

 

~TVector()

Public function Static

TVector< FRe...

 

AxisVector

(
    const int32 Axis
)

Public function Static

TVector< FRe...

 

Max

(
    const TVector< FReal, 2 >& V1,
    const TVector< FReal, 2 >& V2
)

Public function Const

FReal

 

Max()

Public function Static

Pair< FReal,...

 

MaxAndAxis

(
    const TVector< FReal, 2 >& V1,
    const TVector< FReal, 2 >& V2
)

Public function Const

FReal

 

Min()

Public function Const

FReal

 

Product()

Public function

 

TVector

(
    const TVector< OtherT, 2 >& InVect...
)

Public function

 

TVector()

Public function

 

TVector

(
    const FReal x
)

Public function

 

TVector

(
    const FVector2D& vec
)

Public function

 

TVector

(
    std::istream& Stream
)

Public function

 

TVector

(
    const FReal x,
    const FReal y
)

Public function Const

void

 

Write

(
    std::ostream& Stream
)

Operators

Name Description

Public function Const

TVector< FRe...

 

operator*

(
    const TVector< FReal, 2 >& Other
)

Public function Const

TVector< FRe...

 

operator*

(
    const FReal Other
)

Public function Const

TVector< FRe...

 

operator/

(
    const TVector< T2, 2 >& Other
)

Public function Const

TVector< FRe...

 

operator/

(
    const FReal Other
)

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