Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::uint4x4 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

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

Definition at line 947 of file Types.h.

Member Data Documentation

◆ c0

uint4 Bifrost::Math::uint4x4::c0

The first column of the matrix.

Definition at line 949 of file Types.h.

◆ c1

uint4 Bifrost::Math::uint4x4::c1

The second column of the matrix.

Definition at line 950 of file Types.h.

◆ c2

uint4 Bifrost::Math::uint4x4::c2

The third column of the matrix.

Definition at line 951 of file Types.h.

◆ c3

uint4 Bifrost::Math::uint4x4::c3

The fourth column of the matrix.

Definition at line 952 of file Types.h.