Bifrost SDK
Bifrost SDK documentation
Bifrost::Math::float2 Struct Reference

A vector of two floats, x and y. More...

#include <Types.h>

Public Attributes

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

Detailed Description

A vector of two floats, x and y.

Definition at line 92 of file Types.h.

Member Data Documentation

◆ x

Amino::float_t Bifrost::Math::float2::x

The 'x' member of the vector.

Definition at line 94 of file Types.h.

◆ y

Amino::float_t Bifrost::Math::float2::y

The 'y' member of the vector.

Definition at line 95 of file Types.h.