3D Affine Transform Visualizer
Compose 4×4 transforms, inspect matrices, and preview a transformed cube in your browser
About
This visualizer composes ordered 4x4 affine matrices — translation, rotation about X/Y/Z, uniform or per-axis scale, and shear — then applies the combined matrix to the corners of a unit cube so you can see exactly what the transform does. It shows the composed matrix, its determinant, and its inverse (via Gauss-Jordan), plus Euler-rotation matrices in the standard Z*Y*X row-major convention. Everything runs locally: matrix multiplication, inversion, and rendering are pure client-side math with no network requests. Use it to reason about transform order (rotating then translating differs from translating then rotating), verify normals or coordinate conversions, or generate matrices to paste into WebGL, Three.js, or shader code.
Related guides
Related tools
Exam & Section Timer
Plan multi-section exams with total duration and seconds-per-question pacing.
Flashcards & Spaced Repetition
Review a flashcard with a transparent SuperMemo SM-2 scheduling algorithm.
GPA & Grade Calculator
Calculate credit-weighted GPA and simulate the semester average needed for a target.
Graph Shortest Path Lab
Build weighted graphs and replay Dijkstra, A*, and Bellman-Ford shortest paths step by step, entirely in your browser.
Interactive Periodic Table
Explore all 118 elements, filter them and preview phase changes by temperature.
Perlin & Simplex Terrain Generator
Generate deterministic 2D terrain with layered Perlin and Simplex noise