NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::math::_VEC3 Struct Reference
Inheritance diagram for nw4r::math::_VEC3:
[legend]

Description

Definition at line 17 of file vec.hpp.

Public Attributes

float x
 
float y
 
float z
 

Member Data Documentation

◆ x

float nw4r::math::_VEC3::x

Definition at line 18 of file vec.hpp.

◆ y

float nw4r::math::_VEC3::y

Definition at line 18 of file vec.hpp.

◆ z

float nw4r::math::_VEC3::z

Definition at line 18 of file vec.hpp.