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

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

Description

A three-dimensional floating point vector.

Definition at line 13 of file vec.hpp.

Public Attributes

float x
 
float y
 
float z
 

Member Data Documentation

◆ x

float nw4r::math::VEC3::x

Definition at line 14 of file vec.hpp.

◆ y

float nw4r::math::VEC3::y

Definition at line 15 of file vec.hpp.

◆ z

float nw4r::math::VEC3::z

Definition at line 16 of file vec.hpp.