Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::double2x2 Struct Reference

A matrix with two 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...
 

Detailed Description

A matrix with two columns and two rows of doubles.

Definition at line 212 of file Types.h.

Member Data Documentation

◆ c0

double2 Bifrost::Math::double2x2::c0

The first column of the matrix.

Definition at line 214 of file Types.h.

◆ c1

double2 Bifrost::Math::double2x2::c1

The second column of the matrix.

Definition at line 215 of file Types.h.