Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::uchar3 Struct Reference

A vector of three unsigned chars, x, y and z. More...

#include <Types.h>

Public Attributes

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

Detailed Description

A vector of three unsigned chars, x, y and z.

Definition at line 675 of file Types.h.

Member Data Documentation

◆ x

Amino::uchar_t Bifrost::Math::uchar3::x

The 'x' member of the vector.

Definition at line 677 of file Types.h.

◆ y

Amino::uchar_t Bifrost::Math::uchar3::y

The 'y' member of the vector.

Definition at line 678 of file Types.h.

◆ z

Amino::uchar_t Bifrost::Math::uchar3::z

The 'z' member of the vector.

Definition at line 679 of file Types.h.