Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::short3 Struct Reference

A vector of three shorts, x, y and z. More...

#include <Types.h>

Public Attributes

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

Detailed Description

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

Definition at line 387 of file Types.h.

Member Data Documentation

◆ x

Amino::short_t Bifrost::Math::short3::x

The 'x' member of the vector.

Definition at line 389 of file Types.h.

◆ y

Amino::short_t Bifrost::Math::short3::y

The 'y' member of the vector.

Definition at line 390 of file Types.h.

◆ z

Amino::short_t Bifrost::Math::short3::z

The 'z' member of the vector.

Definition at line 391 of file Types.h.