Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::char3x2 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

A matrix with two columns and three rows of chars.

Definition at line 315 of file Types.h.

Member Data Documentation

◆ c0

char3 Bifrost::Math::char3x2::c0

The first column of the matrix.

Definition at line 317 of file Types.h.

◆ c1

char3 Bifrost::Math::char3x2::c1

The second column of the matrix.

Definition at line 318 of file Types.h.