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

Description

Definition at line 11 of file vec.hpp.

Public Member Functions

 VEC2 (float fx, float fy)
 
 VEC2 (const VEC2 &v)
 

Additional Inherited Members

- Public Attributes inherited from nw4r::math::_VEC2
float x
 
float y
 

Constructor & Destructor Documentation

◆ VEC2() [1/3]

nw4r::math::VEC2::VEC2 ( )
inline

Definition at line 12 of file vec.hpp.

◆ VEC2() [2/3]

nw4r::math::VEC2::VEC2 ( float fx,
float fy )
inline

Definition at line 13 of file vec.hpp.

◆ VEC2() [3/3]

nw4r::math::VEC2::VEC2 ( const VEC2 & v)
inline

Definition at line 14 of file vec.hpp.