Giter Club home page Giter Club logo

shortestpatharoundcircle's Introduction

shortestPathAroundCircle

This Swift Playground demonstrates a function I wrote in order to determine the shortest path between two points located on the circumference of a circle (a 360 degree path). The function can return the distance of the shortest path and execute code based on whether the shortest path is a clockwise or counter-clockwise motion.

Function Description

This function accepts two Double values that represent points on the circumference of a circle. These values should be between 0.0 and 360.0 (within a 360 degree arc of a circle). The function then determines the distance of two arcs: one travelling clockwise around the circle between the two points, the other travelling counter-clockwise. This allows you to then execute further code based on whether the shortest path between the points is a clockwise or counter-clockwise translation.

Installation

Simply copy and the paste the shortestPathAroundCircle function into your project.

Requirements

shortestPathAroundCircle was built and tested using:

  • Swift 4

Author

Programmed and designed by Peter Mostoff. You can contact me via Twitter if that's something you're interested in. I typically make things for the situations that they're needed in but I like to share my work and I'm sure there are plenty of ways that this can be improved. Please let me know if you have any cool suggestions!

If you're interested, you can visit my personal site to see what I'm up to at Mostoff.me or if you want to support my work, check out the apps that I've published on the App Store!

License

shortestPathAroundCircle is available under the MIT license. See the LICENSE file for more info.

shortestpatharoundcircle's People

Contributors

pmostoff avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.