Ejemplo n.º 1
0
 internal Vector2 BodyToWorldDirection(Vector2 vector)
 {
     return(VoltMath.BodyToWorldDirection(this.facing, vector));
 }