UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::PMatrix< FRealSingle, 3, 2 > Class Reference

#include <Matrix.h>

Public Member Functions

 PMatrix (const TVector< FRealSingle, 3 > &C1, const TVector< FRealSingle, 3 > &C2)
 
 PMatrix (const FRealSingle x00, const FRealSingle x10, const FRealSingle x20, const FRealSingle x01, const FRealSingle x11, const FRealSingle x21)
 
 PMatrix (const FRealSingle x00)
 
TVector< FRealSingle, 3 > operator* (const TVector< FRealSingle, 2 > &Other)
 
PMatrix< FRealSingle, 3, 2 > operator- (const PMatrix< FRealSingle, 3, 2 > &Other) const
 
PMatrix< FRealSingle, 3, 2 > operator+ (const PMatrix< FRealSingle, 3, 2 > &Other) const
 

Public Attributes

FRealSingle M [6]
 

Friends

PMatrix< FRealSingle, 3, 2 > operator* (const FRealSingle OtherF, const PMatrix< FRealSingle, 3, 2 > &OtherM)
 

Constructor & Destructor Documentation

◆ PMatrix() [1/3]

Chaos::PMatrix< FRealSingle, 3, 2 >::PMatrix ( const TVector< FRealSingle, 3 > &  C1,
const TVector< FRealSingle, 3 > &  C2 
)
inline

◆ PMatrix() [2/3]

Chaos::PMatrix< FRealSingle, 3, 2 >::PMatrix ( const FRealSingle  x00,
const FRealSingle  x10,
const FRealSingle  x20,
const FRealSingle  x01,
const FRealSingle  x11,
const FRealSingle  x21 
)
inline

◆ PMatrix() [3/3]

Chaos::PMatrix< FRealSingle, 3, 2 >::PMatrix ( const FRealSingle  x00)
inline

Member Function Documentation

◆ operator*()

TVector< FRealSingle, 3 > Chaos::PMatrix< FRealSingle, 3, 2 >::operator* ( const TVector< FRealSingle, 2 > &  Other)
inline

◆ operator+()

PMatrix< FRealSingle, 3, 2 > Chaos::PMatrix< FRealSingle, 3, 2 >::operator+ ( const PMatrix< FRealSingle, 3, 2 > &  Other) const
inline

◆ operator-()

PMatrix< FRealSingle, 3, 2 > Chaos::PMatrix< FRealSingle, 3, 2 >::operator- ( const PMatrix< FRealSingle, 3, 2 > &  Other) const
inline

Friends And Related Symbol Documentation

◆ operator*

PMatrix< FRealSingle, 3, 2 > operator* ( const FRealSingle  OtherF,
const PMatrix< FRealSingle, 3, 2 > &  OtherM 
)
friend

Member Data Documentation

◆ M


The documentation for this class was generated from the following file: