Daniel_M_Williams
8e78a314cd
[Bugfix] Ironing out motor-instance model changes.
- renamed <RocketComponent>.getLocation() => getLocations()
- trailing 's' matches return type
- made <RocketComponent>.shiftCoordinates protected (from public)
=> references converted to <>.getLocation() calls
- Reduced functions in "Instanceable" interface.
- Fixed Motor Instancing Code
- Removed 'isCenterline()' tester method
- added 'isAfter()' tester method
- OutsideComponent interface removed.
=> was redundant with RingInstanceable.