Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::double4x3 Struct Reference

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

#include <Types.h>

Public Attributes

double4 c0
 The first column of the matrix. More...
 
double4 c1
 The second column of the matrix. More...
 
double4 c2
 The third column of the matrix. More...
 

Detailed Description

A matrix with three columns and four rows of doubles.

Definition at line 249 of file Types.h.

Member Data Documentation

◆ c0

double4 Bifrost::Math::double4x3::c0

The first column of the matrix.

Definition at line 251 of file Types.h.

◆ c1

double4 Bifrost::Math::double4x3::c1

The second column of the matrix.

Definition at line 252 of file Types.h.

◆ c2

double4 Bifrost::Math::double4x3::c2

The third column of the matrix.

Definition at line 253 of file Types.h.