mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-13 06:48:15 +00:00
REVIEWED: Vector2Transform(()
This commit is contained in:
@@ -335,7 +335,7 @@ RMAPI Vector2 Vector2Normalize(Vector2 v)
|
||||
}
|
||||
|
||||
// Transforms a Vector2 by a given Matrix
|
||||
Vector2 Vector2Transform(Vector2 v, Matrix mat)
|
||||
RMAPI Vector2 Vector2Transform(Vector2 v, Matrix mat)
|
||||
{
|
||||
Vector2 result = { 0 };
|
||||
|
||||
|
Reference in New Issue
Block a user