mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
REVIEWED: Vector2Transform(()
This commit is contained in:
parent
8ee0eb8f36
commit
48a463cca8
@ -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 };
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user