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