|
Archeus 0.0.0
A C library and game engine that focuses on documentation
|
Go to the source code of this file.
Data Structures | |
| struct | ARC_Vector2 |
| struct | ARC_DVector2 |
Typedefs | |
| typedef struct ARC_Vector2 | ARC_Vector2 |
| typedef struct ARC_DVector2 | ARC_DVector2 |
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 | |
| typedef struct ARC_DVector2 ARC_DVector2 |
| typedef struct ARC_Vector2 ARC_Vector2 |
| void ARC_Vector2_Normalize | ( | ARC_Vector2 * | vector | ) |
normalizes a given ARC_Vector2
| vector | the ARC_Vecotr2 to normallize |
| 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 |