Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
alecmce
/
as3geometry
Public
Notifications
You must be signed in to change notification settings
Fork
11
Star
74
Code
Issues
0
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 27, 2011
Merge pull request #1 from GunioRobot/clean
Show description for 3c425a5
alecmce
committed
3c425a5
Copy full SHA for 3c425a5
Remove whitespace [Gun.io WhitespaceBot]
Gun.io Whitespace Robot
committed
584b8ff
Copy full SHA for 584b8ff
Commits on Sep 6, 2010
Merge branch 'master' of github.com:alecmce/as3geometry
alecmce
committed
d2c2fdb
Copy full SHA for d2c2fdb
Add ProjectVertexToCircle.as, which forces a Vertex to a VertexOnCircle by projecting it to the circle.
alecmce
committed
7afa368
Copy full SHA for 7afa368
Moving the ui package to alecmce.ui - this should always have been the correct package, I'm not sure how it ever got moved.
alecmce
committed
fe50614
Copy full SHA for fe50614
Moving the ui package to alecmce.ui - this should always have been the correct package, I'm not sure how it ever got moved.
alecmce
committed
2e5caac
Copy full SHA for 2e5caac
Commits on Sep 1, 2010
alecmce
committed
a91eb1f
Copy full SHA for a91eb1f
alecmce
committed
1787bd7
Copy full SHA for 1787bd7
Adding prime numbers and circle sectors to the as3geometry codebase. Prime numbers are not strictly geometrical so much as pure mathematical, but they can't hurt, and they came in useful the other day
alecmce
committed
2cd97a9
Copy full SHA for 2cd97a9
Commits on Aug 23, 2010
Adding Primes.as from my old as2lib into alecmce/math. A unit-test needs to be written but in the port I've converted from Array to Vector.<uint>
alecmce
committed
16781aa
Copy full SHA for 16781aa
Commits on Aug 13, 2010
Cleaning up a trace that was inadvertently left
alecmce
committed
736b9f5
Copy full SHA for 736b9f5
Commits on Aug 10, 2010
Tweaking the parabola example source; the random positioning would occasionally throw up positions that were unsuitable for presenting the code
alecmce
committed
d632cc9
Copy full SHA for d632cc9
Commits on Aug 8, 2010
Some minor API changes (adding an interface for an interactive vertex, which implies that it has at least one degree of freedom), and the addition of VertexOnParabola and UIVertexOnParabola, such a…
Show description for ce4c7de
alecmce
committed
ce4c7de
Copy full SHA for ce4c7de
Commits on Aug 7, 2010
update README
alecmce
committed
2271916
Copy full SHA for 2271916
Completed the ParabolaDrawer logic, and added a separate example
alecmce
committed
cf4c48c
Copy full SHA for cf4c48c
Commits on Aug 5, 2010
Tweaking paint to ensure that open lines are not closed due to calling Graphics.endFill in the Paint.endPaint method when there's no fill specified. All open lines should use a paint that doesn't s…
Show description for d29b02e
alecmce
committed
d29b02e
Copy full SHA for d29b02e
It's late and parabolas are broken
alecmce
committed
84a6d33
Copy full SHA for 84a6d33
It's late and parabolas are broken
alecmce
committed
a4a5349
Copy full SHA for a4a5349
It's late and parabolas are broken
alecmce
committed
054ddf8
Copy full SHA for 054ddf8
Merge branch 'parabola' of github.com:alecmce/as3geometry into invalidation
alecmce
committed
6e8b605
Copy full SHA for 6e8b605
Commits on Aug 4, 2010
Tweak gitignore to prevent published binaries from being committed
alecmce
committed
f51c453
Copy full SHA for f51c453
Removing published binaries
alecmce
committed
2678ded
Copy full SHA for 2678ded
Cleaning up visual tests, which involves some miscellaneous debugging, particularly of elements that are Invalidates but don't extend from Mutable, whcih need reworking to follow the new code struc…
Show description for 936c9c8
alecmce
committed
936c9c8
Copy full SHA for 936c9c8
Satisfied all the unit-tests in the Invalidation branch by ensuring that the mutable elements resolved themselves immediately on construction. invalidate() becomes invalidate(resolveImmediately:Boo…
Show description for e491ebc
alecmce
committed
e491ebc
Copy full SHA for e491ebc
Commits on May 29, 2010
Tweaked the new invalidation algorithm introduced by the previous commit.
alecmce
committed
9b41545
Copy full SHA for 9b41545
Adding the new invalidation algoirthms for sequencing dependency chains when elements are invalidated.
alecmce
committed
41c200c
Copy full SHA for 41c200c
Commits on May 22, 2010
committing changes to the invalidation tests that I made a while ago and never committed. I need to get my head around the new ASUnit standards that Luke has been working on before I come back to this
alecmce
committed
bdcce2f
Copy full SHA for bdcce2f
Commits on Apr 21, 2010
Remove an old version of ASUnit4 and replace it with the latest build
alecmce
committed
7e353a2
Copy full SHA for 7e353a2
Commits on Apr 20, 2010
Continuing invalidation refactor, implemented the AS3GeometryContext across all classes. The AS3GeometryContext wraps an InvalidationManager which determines in what order elements - both logical a…
Show description for 7a26dc4
alecmce
committed
7a26dc4
Copy full SHA for 7a26dc4
refactored code-base to reflect the new invalidation mechanism. I have found a way to reconcile Mutable and Invalidates; the Invalidates interface is retained but the Mutable interface is converted…
Show description for 10eabc6
alecmce
committed
10eabc6
Copy full SHA for 10eabc6
Broke the relationship between the Mutable and Invalidates interfaces; I am not convinced that the relationship should be so clearly defined, and I wannt to keep these concepts separate until I hav…
Show description for 0788059
amceachran
committed
0788059
Copy full SHA for 0788059
Commits on Apr 19, 2010
Removed old Mutable class and replaced all references with the new invalidation package, and repair problems that are flagged by FDT.
amceachran
committed
390f7b6
Copy full SHA for 390f7b6
Commits on Apr 14, 2010
Moved the Invalidates and InvalidationManager into the as3geometry project. I need to leverage a much more sophisticated mechanism for invalidation and resolution in order to avoid problems in as3g…
Show description for d2feb87
amceachran
committed
d2feb87
Copy full SHA for d2feb87
Commits on Feb 18, 2010
Added some initial work on the Parabola class
alec
committed
3139887
Copy full SHA for 3139887
Commits on Dec 21, 2009
Updating CircleSegmentFromCircleAndLine class description via GitHub
alecmce
committed
5d18168
Copy full SHA for 5d18168
Pagination
Previous
Next
You can’t perform that action at this time.