Note: I assume you mean the textbook/lecture notes "Computer Graphics" by Rajesh K. Maurya (commonly used in undergraduate courses). Below is a structured, detailed article covering the book’s typical scope, core concepts, chapter-by-chapter themes, study strategies, example problems, and further resources.
"Computer Graphics" by Rajesh K. Maurya (or similar lecture notes) is an undergraduate-level textbook covering foundations and practical techniques in 2D and 3D computer graphics. It emphasizes algorithms for drawing, transformations, viewing, projection, clipping, modeling, illumination, shading, and rendering pipeline concepts, often with C/C++ examples and pseudocode. computer graphics rajesh k maurya pdf
While Rajesh K. Maurya’s text is excellent for exam prep, you may need supplementary resources for practical projects: Detailed article: Computer Graphics — Rajesh K
| Resource | Why it complements Maurya’s book | | :--- | :--- | | "Computer Graphics with OpenGL" (Hearn & Baker) | More in-depth math and modern shader-based rendering. | | LearnOpenGL.com | Practical coding for real-time 3D graphics. | | NPTEL Video Lectures (IIT Delhi) | Free video explanations of clipping & transformations. | | Scratchapixel 2.0 (scratchapixel.com) | Advanced ray tracing fundamentals. | 3D Primitives: Points, lines, planes
If you are using Maurya’s PDF alongside the NPTEL course on Computer Graphics, you will have a formidable combination of theory and application.