#include <vector.h>
Inheritance diagram for salt::Vector2f:
Public Member Functions | |
f_inline | Vector2f () |
Construction/Destruction/Assignment. | |
f_inline | Vector2f (float x, float y) |
Vector2f (const float *f) | |
f_inline | Vector2f (const Vector2f &v) |
Vector2f (float f) | |
float | GetAngleRad () const |
float | GetAngleDeg () const |
Definition at line 44 of file vector.h.
|
Construction/Destruction/Assignment.
|
|
|
|
Definition at line 53 of file vector.h. References salt::TVector< float, 2, Vector2f >::SetData(). Here is the call graph for this function: ![]() |
|
|
|
Definition at line 55 of file vector.h. References salt::TVector< float, 2, Vector2f >::Fill(). Here is the call graph for this function: ![]() |
|
Definition at line 75 of file vector.h. References GetAngleRad(), and salt::gRadToDeg(). Here is the call graph for this function: ![]() |
|
Definition at line 57 of file vector.h. References salt::gArcCos(), salt::TVector< float, 2, Vector2f >::Get(), and salt::TVector< float, 2, Vector2f >::Length(). Referenced by GetAngleDeg(). Here is the call graph for this function: ![]() |