CommonLibSSE NG
Loading...
Searching...
No Matches
RE::GRenderer::Cxform Class Reference

#include <GRenderer.h>

Public Types

enum  {
  kR , kG , kB , kA ,
  kRGBA
}
 
enum  { kMult , kAdd , kMultAdd }
 

Public Member Functions

 Cxform ()
 
void SetIdentity ()
 
bool IsIdentity () const
 
bool operator== (const Cxform &a_rhs) const
 

Public Attributes

float matrix [kRGBA][kMultAdd]
 

Static Public Attributes

static Cxform Identity
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
kR 
kG 
kB 
kA 
kRGBA 

◆ anonymous enum

anonymous enum
Enumerator
kMult 
kAdd 
kMultAdd 

Constructor & Destructor Documentation

◆ Cxform()

RE::GRenderer::Cxform::Cxform ( )

Member Function Documentation

◆ IsIdentity()

bool RE::GRenderer::Cxform::IsIdentity ( ) const

◆ operator==()

bool RE::GRenderer::Cxform::operator== ( const Cxform a_rhs) const

◆ SetIdentity()

void RE::GRenderer::Cxform::SetIdentity ( )

Member Data Documentation

◆ Identity

Cxform RE::GRenderer::Cxform::Identity
static

◆ matrix

float RE::GRenderer::Cxform::matrix[kRGBA][kMultAdd]

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