Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::double2x3 Struct Reference

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

Detailed Description

A matrix with three columns and two rows of doubles.

Definition at line 233 of file Types.h.

Member Data Documentation

◆ c0

double2 Bifrost::Math::double2x3::c0

The first column of the matrix.

Definition at line 235 of file Types.h.

◆ c1

double2 Bifrost::Math::double2x3::c1

The second column of the matrix.

Definition at line 236 of file Types.h.

◆ c2

double2 Bifrost::Math::double2x3::c2

The third column of the matrix.

Definition at line 237 of file Types.h.