Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ transformations_2d.py
File
transformations_2d.py
linear_algebra/src/transformations_2d.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
2D Transformations are regularly used in Linear Algebra.
3
4
I have added the codes
for
reflection, projection, scaling and rotation 2D matrices.
Callers
nothing calls this directly
Calls
4
scaling
Function · 0.85
rotation
Function · 0.85
projection
Function · 0.85
reflection
Function · 0.85
Tested by
no test coverage detected