NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
Vec Struct Reference

#include <lib/rvl/mtx/vec.h>

Description

A three-dimensional floating point vector.

Definition at line 18 of file vec.h.

Public Attributes

float x
 
float y
 
float z
 

Member Data Documentation

◆ x

float Vec::x

Definition at line 19 of file vec.h.

◆ y

float Vec::y

Definition at line 19 of file vec.h.

◆ z

float Vec::z

Definition at line 19 of file vec.h.