Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
RotateRelativePoint()
void
Terraria.Player.RotateRelativePoint
(
ref
float
x
,
ref
float
y
)
inline
Definition at line
3602
of file
Player.cs
.
3603
{
3604
Vector2
vector
=
RotatedRelativePoint
(
new
Vector2
(x, y));
3605
x =
vector
.X;
3606
y =
vector
.Y;
3607
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Terraria.Player.RotatedRelativePoint
Vector2 RotatedRelativePoint(Vector2 pos, bool reverseRotation=false, bool addGfxOffY=true)
Definition
Player.cs:3618
Microsoft.Xna.Framework.Vector2
Definition
Vector2.cs:12
References
Terraria.Player.RotatedRelativePoint()
.
Terraria
Player
Generated by
1.10.0