sf2dlib
Simple and Fast 2D library for the Nintendo 3DS
|
Represents a three dimensional float vector. More...
#include <sf2d.h>
Data Fields | |
float | x |
float | y |
float | z |
Represents a three dimensional float vector.
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