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

#include <Matrix.h>

Public Member Functions

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

Public Attributes

FRealDouble M [6]
 

Constructor & Destructor Documentation

◆ PMatrix() [1/2]

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

◆ PMatrix() [2/2]

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

Member Function Documentation

◆ operator*()

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

Member Data Documentation

◆ M


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