|
Archeus 0.0.0
A C library and game engine that focuses on documentation
|
Go to the source code of this file.
Functions | |
| void | ARC_Vector2_Normalize (ARC_Vector2 *vector) |
| normalizes a given ARC_Vector2 | |
| void | ARC_Vector2_RotateDegree (ARC_Vector2 *vector, float angle) |
| rotates a given ARC_Vector2 by a given angle in degrees | |
| void ARC_Vector2_Normalize | ( | ARC_Vector2 * | vector | ) |
normalizes a given ARC_Vector2
| vector | the ARC_Vecotr2 to normallize |
Definition at line 4 of file vector2.c.
References ARC_Vector2::x, and ARC_Vector2::y.
| void ARC_Vector2_RotateDegree | ( | ARC_Vector2 * | vector, |
| float | angle ) |
rotates a given ARC_Vector2 by a given angle in degrees
| vector | the ARC_Vector2 to rotate |
| angle | the angle in degrees to rotate by |
Definition at line 14 of file vector2.c.
References ARC_Vector2::x, and ARC_Vector2::y.