mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-30 02:39:17 -05:00
REVIEWED: Vector2Transform(()
This commit is contained in:
@ -335,7 +335,7 @@ RMAPI Vector2 Vector2Normalize(Vector2 v)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Transforms a Vector2 by a given Matrix
|
// Transforms a Vector2 by a given Matrix
|
||||||
Vector2 Vector2Transform(Vector2 v, Matrix mat)
|
RMAPI Vector2 Vector2Transform(Vector2 v, Matrix mat)
|
||||||
{
|
{
|
||||||
Vector2 result = { 0 };
|
Vector2 result = { 0 };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user