Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::uchar2 Struct Reference

A vector of two unsigned chars, x and y. 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...
 

Detailed Description

A vector of two unsigned chars, x and y.

Definition at line 668 of file Types.h.

Member Data Documentation

◆ x

Amino::uchar_t Bifrost::Math::uchar2::x

The 'x' member of the vector.

Definition at line 670 of file Types.h.

◆ y

Amino::uchar_t Bifrost::Math::uchar2::y

The 'y' member of the vector.

Definition at line 671 of file Types.h.