game positionsmatrix


SUBMITTED BY: Thor2607

DATE: Sept. 28, 2016, 7:29 p.m.

FORMAT: C#

SIZE: 208 Bytes

HITS: 415

  1. m = Matrix.CreateTranslation(new Vector3(-_org.X, -_org.Y, 0))* Matrix.CreateRotationZ((float)_deg)* Matrix.CreateScale((float)_scale)
  2. * Matrix.CreateTranslation(_pos.X, _pos.Y, 0);

comments powered by Disqus