Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 924 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 924 Bytes

Software Engineering Course - Individual Project

Homework Page

Features

  • A console program that can solve the intersection between simple geometric shapes.

Usage

Option Argument Explanation Example
-i An argument to indicate the path to the input file (absolute or relative). intersect.exe -i input.txt -o output.txt
-o An argument to indicate the path to the output file (absolute or relative). intersect.exe -i input.txt -o output.txt

Example

intersect.exe -i input.txt -o output.txt

input.txt

4
C 1 0 2
C 2 2 1
C 3 -2 6
L -1 4 4 -1

output.txt

6