Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8833529
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T08:48:04+00:00 2026-06-14T08:48:04+00:00

I am developing a game in XNA (C#), I am wondering how to use

  • 0

I am developing a game in XNA (C#), I am wondering how to use 2 versions of transformation. In my idea, the works of this functions are:

(Assume that vectors are originated from Matrix.Identity)

  • Vector2 resultVec = Vector2.Transform(sourceVector, destinationMatrix); is used for Position vectors transformation.

  • Vector2 resultVec = Vector2.TransformNormal(sourceVector, destinationMatrix); used for transforming Velocity vectors.

Is that true?. Who knows the explanation in detail, please help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T08:48:05+00:00Added an answer on June 14, 2026 at 8:48 am

    With transformation, functions will multiply the source vector with the produced matrices.

    • Transform() is used for vectors representing the positions in 2D or 3D space. This will, in detail, take the Transpose (T operator) of the Invert matrix represents your Coordinate.

    In Math: retVec = T(M ^ -1) x srcVec.

    • TransformNormal() used for direction, tangent vectors. This reserves the matrix.

    In Math: retVect = srcVec x M.

    To transform a vector from one matrix/coordinate to another (say M1 to M2): retVec = Transform by M1 -> then transform by invert of M2:

            Vector2 retVec = Vector2.Transform(vectorInSource, M1);
    
            Matrix invertDestMatrix = Matrix.Invert(M2);
            outVect= Vector2.Transform(retVec , invertDestMatrix);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing an Xbox 360 game with XNA. I'd really like to use C#'s
I am currently developing a game using XNA (School project), and I was wondering
I am developing an XNA game. This is time I am careful about the
I'm developing a game using XNA and C# and was attempting to avoid calling
I'm developing a game in XNA. It would be nice for it to be
A friend and I plan on developing an XNA game. I'm in charge of
I am developing a game in android,I want use the services to play and
I am currently developing a C# .net xna game engine. I have been trying
I'm developing a game with Microsoft XNA. I haven't used any modelling program(even 2d
I am developing a 2D game in C#/XNA where the sprites/backgrounds/etc are Texture2Ds. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.