NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::math::VEC2 Struct Reference

#include <lib/nw4r/math/vec.hpp>

Description

A two-dimensional floating point vector.

Definition at line 7 of file vec.hpp.

Public Attributes

float x
 
float y
 

Member Data Documentation

◆ x

float nw4r::math::VEC2::x

Definition at line 8 of file vec.hpp.

◆ y

float nw4r::math::VEC2::y

Definition at line 9 of file vec.hpp.