Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::double4 Struct Reference

A vector of four doubles, x, y, z and w. More...

#include <Types.h>

Public Attributes

Amino::double_t x
 The 'x' member of the vector. More...
 
Amino::double_t y
 The 'y' member of the vector. More...
 
Amino::double_t z
 The 'z' member of the vector. More...
 
Amino::double_t w
 The 'w' member of the vector. More...
 

Detailed Description

A vector of four doubles, x, y, z and w.

Definition at line 203 of file Types.h.

Member Data Documentation

◆ w

Amino::double_t Bifrost::Math::double4::w

The 'w' member of the vector.

Definition at line 208 of file Types.h.

◆ x

Amino::double_t Bifrost::Math::double4::x

The 'x' member of the vector.

Definition at line 205 of file Types.h.

◆ y

Amino::double_t Bifrost::Math::double4::y

The 'y' member of the vector.

Definition at line 206 of file Types.h.

◆ z

Amino::double_t Bifrost::Math::double4::z

The 'z' member of the vector.

Definition at line 207 of file Types.h.