Microsoft
98-374 · Question #157
Which XNA method allows you to build a matrix to move scene geometry on one or more axes?
The correct answer is D. Matrix.Createtranslation(). See the full explanation below for the reasoning.
Question
Which XNA method allows you to build a matrix to move scene geometry on one or more axes?
Options
- AMatrix.Determinant()
- BMatrix.CreateLookAt()
- CMatrix.Invert()
- DMatrix.Createtranslation()
How the community answered
(39 responses)- A8% (3)
- B15% (6)
- C5% (2)
- D72% (28)
Community Discussion
No community discussion yet for this question.