Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::double3x4 Struct Reference

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

#include <Types.h>

Public Attributes

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

Detailed Description

A matrix with four columns and three rows of doubles.

Definition at line 266 of file Types.h.

Member Data Documentation

◆ c0

double3 Bifrost::Math::double3x4::c0

The first column of the matrix.

Definition at line 268 of file Types.h.

◆ c1

double3 Bifrost::Math::double3x4::c1

The second column of the matrix.

Definition at line 269 of file Types.h.

◆ c2

double3 Bifrost::Math::double3x4::c2

The third column of the matrix.

Definition at line 270 of file Types.h.

◆ c3

double3 Bifrost::Math::double3x4::c3

The fourth column of the matrix.

Definition at line 271 of file Types.h.