Skip to content

Add Point::to_angle#31

Merged
applejag merged 2 commits into
mainfrom
feature/point-to-angle
Jan 12, 2026
Merged

Add Point::to_angle#31
applejag merged 2 commits into
mainfrom
feature/point-to-angle

Conversation

@applejag

Copy link
Copy Markdown
Collaborator

Closes #27

@applejag applejag added the enhancement New feature or request label Jan 12, 2026
@applejag applejag self-assigned this Jan 12, 2026
@applejag applejag merged commit 55f1878 into main Jan 12, 2026
2 checks passed
@applejag applejag deleted the feature/point-to-angle branch January 12, 2026 20:04
@applejag applejag mentioned this pull request Jan 12, 2026
Comment thread src/graphics_point.mbt
///
/// [@micromath]: https://github.com/applejag/micromath
/// [polar coordinate]: https://en.wikipedia.org/wiki/Polar_coordinate_system
pub fn Point::to_angle(self : Point) -> Angle {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add as_angle and from_angle to more types

2 participants