sf2dlib
Simple and Fast 2D library for the Nintendo 3DS
|
Represents a two dimensional float vector. More...
#include <sf2d.h>
Data Fields | |
float | u |
float | v |
Represents a two dimensional float vector.
float sf2d_vector_2f::u |
First component of the vector
float sf2d_vector_2f::v |
Second component of the vector