NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
Vec2 Struct Reference

#include <lib/rvl/mtx/vec.h>

Description

A two-dimensional floating point vector.

Definition at line 13 of file vec.h.

Public Attributes

float x
 
float y
 

Member Data Documentation

◆ x

float Vec2::x

Definition at line 14 of file vec.h.

◆ y

float Vec2::y

Definition at line 14 of file vec.h.