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>

Inheritance diagram for nw4r::math::VEC3:
[legend]

Description

A three-dimensional floating point vector.

Definition at line 22 of file vec.hpp.

Public Member Functions

 VEC3 (float fx, float fy, float fz)
 

Additional Inherited Members

- Public Attributes inherited from nw4r::math::_VEC3
float x
 
float y
 
float z
 

Constructor & Destructor Documentation

◆ VEC3() [1/2]

nw4r::math::VEC3::VEC3 ( )
inline

Definition at line 23 of file vec.hpp.

◆ VEC3() [2/2]

nw4r::math::VEC3::VEC3 ( float fx,
float fy,
float fz )
inline

Definition at line 24 of file vec.hpp.