MCPcopy 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"""
22D Transformations are regularly used in Linear Algebra.
3
4I have added the codes for reflection, projection, scaling and rotation 2D matrices.

Callers

nothing calls this directly

Calls 4

scalingFunction · 0.85
rotationFunction · 0.85
projectionFunction · 0.85
reflectionFunction · 0.85

Tested by

no test coverage detected