Beispiel #1
0
 internal Vector2 WorldToBodyPoint(Vector2 vector)
 {
     return(VoltMath.WorldToBodyPoint(this.position, this.facing, vector));
 }