sf2dlib
Simple and Fast 2D library for the Nintendo 3DS
Data Fields
sf2d_vector_3f Struct Reference

Represents a three dimensional float vector. More...

#include <sf2d.h>

Data Fields

float x
 
float y
 
float z
 

Detailed Description

Represents a three dimensional float vector.

Field Documentation

float sf2d_vector_3f::x

First component of the vector

float sf2d_vector_3f::y

Second component of the vector

float sf2d_vector_3f::z

Third component of the vector


The documentation for this struct was generated from the following file: