Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 776 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 776 Bytes

Geometry

CSE 573 3D Geometry Project.

The following commands should be executed in the root folder of the project. task 1 testing

python task1.py --alpha 45 --beta 30 --gamma 50

task 2 testing

python task2.py

Pack your submission Note that when packing your submission, the script would run your code before packing.

sh pack_submission.sh <Your_UBIT_name>

Change <Your_UBIT_name> with your UBIT name. The resulting zip file should be named "submission_<Your_UBIT_name>.zip", and it should contain 3 files, named "result_task1.json", "result_task2.json,", and "UB_Geometry". If not, there is something wrong with your code/filename, please go back and check.

You should only submit the zip file.