SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Fxyz Class Reference

Public Member Functions

Fxyzoperator= (const Fxyz &)
 

Public Attributes

f32 x
 
f32 y
 
f32 z
 

Detailed Description

Definition at line 17 of file KCollision.hpp.

Constructor & Destructor Documentation

◆ Fxyz()

Fxyz::Fxyz ( )
inline

Definition at line 19 of file KCollision.hpp.

Member Function Documentation

◆ operator=()

Fxyz & Fxyz::operator= ( const Fxyz & rOther)

Definition at line 5 of file KCollision.cpp.

Member Data Documentation

◆ x

f32 Fxyz::x

Definition at line 25 of file KCollision.hpp.

◆ y

f32 Fxyz::y

Definition at line 25 of file KCollision.hpp.

◆ z

f32 Fxyz::z

Definition at line 25 of file KCollision.hpp.