draw
0.0.0
|
Floating-point 2D-vector. More...
#include <draw.h>
Public Member Functions | |
Vector2 ()=default | |
construct from zero values More... | |
Vector2 (float x, float y) | |
construct from parameters More... | |
Public Attributes | |
float | x {0.0f} |
float | y {0.0f} |
Floating-point 2D-vector.
|
default |
construct from zero values
|
inline |
construct from parameters
float draw::Vector2::x {0.0f} |
float draw::Vector2::y {0.0f} |