Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
HLSLToCPP::Mat44 Struct Reference

#include <HLSLToCPP.h>

Public Member Functions

 Mat44 ()=default
 
constexpr Mat44 (const float4 &inC0, const float4 &inC1, const float4 &inC2, const float4 &inC3)
 
float4operator[] (uint inIndex)
 
const float4operator[] (uint inIndex) const
 

Constructor & Destructor Documentation

◆ Mat44() [1/2]

HLSLToCPP::Mat44::Mat44 ( )
inlinedefault

◆ Mat44() [2/2]

HLSLToCPP::Mat44::Mat44 ( const float4 & inC0,
const float4 & inC1,
const float4 & inC2,
const float4 & inC3 )
inlineconstexpr

Member Function Documentation

◆ operator[]() [1/2]

float4 & HLSLToCPP::Mat44::operator[] ( uint inIndex)
inline

◆ operator[]() [2/2]

const float4 & HLSLToCPP::Mat44::operator[] ( uint inIndex) const
inline

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