Complex

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/Complex.h"

Syntax

template<class T>
class Complex

Constructors

Name Description

Public function

Complex()

Public function

Complex

(
    const T Real,
    const T Imaginary
)

Functions

Name Description

Public function

Complex

 

Conjugated()

Public function Const

const T

 

Imaginary()

Public function

void

 

MakeReal()

Public function Const

const T

 

Real()

Operators

Name Description

Public function Const

Complex

 

operator*

(
    const T Other
)

Public function Const

Complex

 

operator+

(
    const Complex< T > Other
)

Public function

Complex &

 

operator-=

(
    const Complex< T > 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