nerdexam
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)
  • A
    8% (3)
  • B
    15% (6)
  • C
    5% (2)
  • D
    72% (28)

Community Discussion

No community discussion yet for this question.

Full 98-374 Practice