Usage Example - Closest Point on Circle#322
Merged
omckeon merged 4 commits intothoth-tech:usage-examplesfrom Jan 30, 2025
Merged
Usage Example - Closest Point on Circle#322omckeon merged 4 commits intothoth-tech:usage-examplesfrom
omckeon merged 4 commits intothoth-tech:usage-examplesfrom
Conversation
✅ Deploy Preview for splashkit-usage-examples ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
ctrlvish
approved these changes
Dec 4, 2024
ctrlvish
left a comment
There was a problem hiding this comment.
I have reviewed this pull request and I approve it.
- All required files are present.
- Title and explanation (.txt)
- C++ code
- C# code (top-level statements)
- C# code (Object-Oriented Programming)
- Python code
- Code correctly uses Splashkit functions.
- Code clearly demonstrates the function.
- All versions maintain the same structure and comments.
- C++ code ran correctly.
- C# top level code ran correctly.
- C# OOP code ran correctly.
- Python code ran correctly.
breezy-codes
approved these changes
Dec 7, 2024
breezy-codes
left a comment
There was a problem hiding this comment.
I've reviewed this new usage example and all codes run correctly free of any errors.
The code comments match over all files and the structure is well formed.
- All required files are present.
- Title and explanation (.txt)
- C++ code
- C# code (top-level statements)
- C# code (Object-Oriented Programming)
- Python code
- Code correctly uses Splashkit functions.
- Code clearly demonstrates the function.
- All versions maintain the same structure and comments.
- C++ code ran correctly.
- C# top level code ran correctly.
- C# OOP code ran correctly.
- Python code ran correctly.
Eswar-S-Sethu
left a comment
There was a problem hiding this comment.
I have reviewed the changes and everything works without any errors.
omckeon
reviewed
Jan 30, 2025
omckeon
left a comment
There was a problem hiding this comment.
I've updated this to reduce the need for terminal input
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a pull request for a usage example of the function Closest Point on Circle that first prompts the user for an x and y value for a position and gets the closest point on a circle to that point. This points are indicated by a blue and red dot.
Splashkit Function:
closest_point_on_circle