Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::char2x2 Struct Reference

A matrix with two columns and two rows of chars. More...

#include <Types.h>

Public Attributes

char2 c0
 The first column of the matrix. More...
 
char2 c1
 The second column of the matrix. More...
 

Detailed Description

A matrix with two columns and two rows of chars.

Definition at line 308 of file Types.h.

Member Data Documentation

◆ c0

char2 Bifrost::Math::char2x2::c0

The first column of the matrix.

Definition at line 310 of file Types.h.

◆ c1

char2 Bifrost::Math::char2x2::c1

The second column of the matrix.

Definition at line 311 of file Types.h.