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 {
3605 x = vector.X;
3606 y = vector.Y;
3607 }
Vector2 RotatedRelativePoint(Vector2 pos, bool reverseRotation=false, bool addGfxOffY=true)
Definition Player.cs:3618

References Terraria.Player.RotatedRelativePoint().