Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::uchar4 Struct Reference

A vector of four unsigned chars, x, y, z and w. 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...
 
Amino::uchar_t w
 The 'w' member of the vector. More...
 

Detailed Description

A vector of four unsigned chars, x, y, z and w.

Definition at line 683 of file Types.h.

Member Data Documentation

◆ w

Amino::uchar_t Bifrost::Math::uchar4::w

The 'w' member of the vector.

Definition at line 688 of file Types.h.

◆ x

Amino::uchar_t Bifrost::Math::uchar4::x

The 'x' member of the vector.

Definition at line 685 of file Types.h.

◆ y

Amino::uchar_t Bifrost::Math::uchar4::y

The 'y' member of the vector.

Definition at line 686 of file Types.h.

◆ z

Amino::uchar_t Bifrost::Math::uchar4::z

The 'z' member of the vector.

Definition at line 687 of file Types.h.