PS2GL
OpenGL*-like API for the PS2
Loading...
Searching...
No Matches
CMatrixSetTopCmd Class Reference
+ Inheritance diagram for CMatrixSetTopCmd:
+ Collaboration diagram for CMatrixSetTopCmd:

Public Member Functions

 CMatrixSetTopCmd (const cpu_mat_44 &mat, const cpu_mat_44 &inv)
 
CDListCmdPlay ()
 

Private Attributes

cpu_mat_44 Matrix
 
cpu_mat_44 Inverse
 

Additional Inherited Members

- Static Public Member Functions inherited from CDListCmd
template<class CmdType >
static int SizeOf ()
 
template<class CmdType >
static CDListCmdGetNextCmd (CmdType *cmd)
 

Detailed Description

Definition at line 74 of file matrix.cpp.

Constructor & Destructor Documentation

◆ CMatrixSetTopCmd()

CMatrixSetTopCmd::CMatrixSetTopCmd ( const cpu_mat_44 &  mat,
const cpu_mat_44 &  inv 
)
inline

Definition at line 78 of file matrix.cpp.

Member Function Documentation

◆ Play()

CDListCmd * CMatrixSetTopCmd::Play ( )
inlinevirtual

Implements CDListCmd.

Definition at line 83 of file matrix.cpp.

Field Documentation

◆ Matrix

cpu_mat_44 CMatrixSetTopCmd::Matrix
private

Definition at line 75 of file matrix.cpp.

◆ Inverse

cpu_mat_44 CMatrixSetTopCmd::Inverse
private

Definition at line 75 of file matrix.cpp.


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