Added generator for orthogonal projections (#417)

This commit is contained in:
xdward
2023-01-16 18:58:31 -05:00
committed by GitHub
parent 5eac1ce164
commit 7b44722056
2 changed files with 25 additions and 0 deletions

View File

@@ -127,4 +127,5 @@ gen_list = [
("complementary_and_supplementary_angle", "geometry"),
("simplify_square_root", "basic_math"),
("line_equation_from_2_points", "algebra"),
("orthogonal_projection", "algebra"),
]