PMatrix< FReal, 3, 2 >

Windows
MacOS
Linux

References

Module

ChaosCore

Header

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

Include

#include "Chaos/Matrix.h"

Syntax

template<>
class PMatrix< FReal, 3, 2 >

Variables

Name Description

Public variable

FReal[6]

 

M

Functions

Name Description

Public function

 

PMatrix

(
    const TVector< FReal, 3 >& C1,
    const TVector< FReal, 3 >& C2
)

Public function

 

PMatrix

(
    const FReal x00,
    const FReal x10,
    const FReal x20,
    const FReal x01,
    const FReal x11,
    const FReal x21
)

Operators

Name Description

Public function

TVector< FRe...

 

operator*

(
    const TVector< FReal, 2 >& 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