PracHub
QuestionsPremiumLearningGuidesCheatsheetNEWCoaches
|Home/Statistics & Math/NVIDIA

Explain linear algebra for graphics transforms

Last updated: Mar 29, 2026

Quick Overview

This question evaluates mastery of linear algebra for graphics transforms, covering homogeneous coordinates, the model–view–projection (MVP) pipeline, clip-space to NDC mapping, viewport/screen-space conversion, and correct normal transformation via the inverse-transpose of the model (or model-view) matrix.

  • medium
  • NVIDIA
  • Statistics & Math
  • Software Engineer

Explain linear algebra for graphics transforms

Company: NVIDIA

Role: Software Engineer

Category: Statistics & Math

Difficulty: medium

Interview Round: Take-home Project

Explain the model-view-projection (MVP) pipeline using homogeneous coordinates. Derive how a 3D point in world space is transformed to normalized device coordinates and then to screen space. Why are normals transformed by the inverse-transpose of the model matrix? Provide a concrete numeric example.

Quick Answer: This question evaluates mastery of linear algebra for graphics transforms, covering homogeneous coordinates, the model–view–projection (MVP) pipeline, clip-space to NDC mapping, viewport/screen-space conversion, and correct normal transformation via the inverse-transpose of the model (or model-view) matrix.

NVIDIA logo
NVIDIA
Aug 9, 2025, 12:00 AM
Software Engineer
Take-home Project
Statistics & Math
1
0

MVP Pipeline, Homogeneous Coordinates, NDC, Screen Space, and Normal Transformation

Context

You are working in a standard real-time graphics pipeline. Use column vectors, right-handed camera space, and OpenGL-style conventions unless noted:

  • Clip-space to NDC uses perspective divide by w.
  • NDC ranges: x, y, z ∈ [−1, 1].
  • Viewport origin at the bottom-left.

Tasks

  1. Explain the model–view–projection (MVP) pipeline using homogeneous coordinates.
  2. Derive how a 3D point in world space transforms to normalized device coordinates (NDC), and then to screen (window) space.
  3. Explain why surface normals are transformed by the inverse-transpose of the model (or model-view) matrix.
  4. Provide a concrete numeric example that goes from world space to screen space and demonstrates correct normal transformation.

Solution

Show

Comments (0)

Sign in to leave a comment

Loading comments...

Browse More Questions

More Statistics & Math•More NVIDIA•More Software Engineer•NVIDIA Software Engineer•NVIDIA Statistics & Math•Software Engineer Statistics & Math
PracHub

Master your tech interviews with 7,500+ real questions from top companies.

Product

  • Questions
  • Learning Tracks
  • Interview Guides
  • Resources
  • Premium
  • For Universities
  • Student Access

Browse

  • By Company
  • By Role
  • By Category
  • Topic Hubs
  • SQL Questions
  • Compare Platforms
  • Discord Community

Support

  • support@prachub.com
  • (916) 541-4762

Legal

  • Privacy Policy
  • Terms of Service
  • About Us

© 2026 PracHub. All rights reserved.