Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::int4x4 Struct Reference

A matrix with four columns and four rows of ints. More...

#include <Types.h>

Public Attributes

int4 c0
 The first column of the matrix. More...
 
int4 c1
 The second column of the matrix. More...
 
int4 c2
 The third column of the matrix. More...
 
int4 c3
 The fourth column of the matrix. More...
 

Detailed Description

A matrix with four columns and four rows of ints.

Definition at line 563 of file Types.h.

Member Data Documentation

◆ c0

int4 Bifrost::Math::int4x4::c0

The first column of the matrix.

Definition at line 565 of file Types.h.

◆ c1

int4 Bifrost::Math::int4x4::c1

The second column of the matrix.

Definition at line 566 of file Types.h.

◆ c2

int4 Bifrost::Math::int4x4::c2

The third column of the matrix.

Definition at line 567 of file Types.h.

◆ c3

int4 Bifrost::Math::int4x4::c3

The fourth column of the matrix.

Definition at line 568 of file Types.h.