This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
REVIEWED: `Vector2Transform(()`
pull/2288/head
Ray
3 years ago
parent
8ee0eb8f36
commit
48a463cca8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/raymath.h
+ 1
- 1
src/raymath.h
View File
@ -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
}
;
Write
Preview
Loading…
Cancel
Save