NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
EGG::Vector3f Class Reference

#include <lib/egg/math.hpp>

Inheritance diagram for EGG::Vector3f:
[legend]

Description

A three-dimensional floating point vector.

Definition at line 48 of file math.hpp.

Public Member Functions

 Vector3f ()
 Constructs an empty vector.
 
 Vector3f (f32 fx, f32 fy, f32 fz)
 Constructs a vector from two floating point values.
 
void set (float x, float y, float z)
 
- Public Member Functions inherited from nw4r::math::VEC3
 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

◆ Vector3f() [1/2]

EGG::Vector3f::Vector3f ( )
inline

Constructs an empty vector.

Definition at line 51 of file math.hpp.

◆ ~Vector3f()

EGG::Vector3f::~Vector3f ( )
inline

Definition at line 53 of file math.hpp.

◆ Vector3f() [2/2]

EGG::Vector3f::Vector3f ( f32 fx,
f32 fy,
f32 fz )
inline

Constructs a vector from two floating point values.

Definition at line 56 of file math.hpp.

Member Function Documentation

◆ set()

void EGG::Vector3f::set ( float x,
float y,
float z )
inline

Definition at line 58 of file math.hpp.