Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::double2x4 Struct Reference

A matrix with four columns and two rows of doubles. More...

#include <Types.h>

Public Attributes

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

Detailed Description

A matrix with four columns and two rows of doubles.

Definition at line 257 of file Types.h.

Member Data Documentation

◆ c0

double2 Bifrost::Math::double2x4::c0

The first column of the matrix.

Definition at line 259 of file Types.h.

◆ c1

double2 Bifrost::Math::double2x4::c1

The second column of the matrix.

Definition at line 260 of file Types.h.

◆ c2

double2 Bifrost::Math::double2x4::c2

The third column of the matrix.

Definition at line 261 of file Types.h.

◆ c3

double2 Bifrost::Math::double2x4::c3

The fourth column of the matrix.

Definition at line 262 of file Types.h.