As per this sector file compiler update, we now have the ArcGen algorithm built into the compiler, using the @ARC macro.
Todo:
[x] #4981
[x] #4982
[x] #4983
[x] Update wiki to explain how to use the macro
Note: format for ARC macro is as follows:
For a full circle: @ARC(region [Region Name] centre [Centre coordinates] radius [Radius])
For an arc between two coordinates (AIP format): @ARC(region [Region Name] centre [Centre coordinates] radius [Radius] from [Start coordinate as in AIP] to [End coordinate as in AIP])
What are the suggested changes?
As per this sector file compiler update, we now have the ArcGen algorithm built into the compiler, using the
@ARC
macro. Todo:Note: format for ARC macro is as follows: For a full circle:
@ARC(region [Region Name] centre [Centre coordinates] radius [Radius])
For an arc between two coordinates (AIP format):@ARC(region [Region Name] centre [Centre coordinates] radius [Radius] from [Start coordinate as in AIP] to [End coordinate as in AIP])
Sources (if applicable)
AIP
Files to be changed (if known)
as above