Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::double3 Struct Reference

A vector of three doubles, x, y and z. 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...
 

Detailed Description

A vector of three doubles, x, y and z.

Definition at line 195 of file Types.h.

Member Data Documentation

◆ x

Amino::double_t Bifrost::Math::double3::x

The 'x' member of the vector.

Definition at line 197 of file Types.h.

◆ y

Amino::double_t Bifrost::Math::double3::y

The 'y' member of the vector.

Definition at line 198 of file Types.h.

◆ z

Amino::double_t Bifrost::Math::double3::z

The 'z' member of the vector.

Definition at line 199 of file Types.h.