{"id":16022902,"url":"https://github.com/ewpratten/mathutils","last_synced_at":"2025-02-27T00:31:40.356Z","repository":{"id":54285863,"uuid":"339434072","full_name":"ewpratten/mathutils","owner":"ewpratten","description":"Utility classes for working with numbers","archived":false,"fork":false,"pushed_at":"2021-02-26T13:44:40.000Z","size":377,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-09T22:22:13.803Z","etag":null,"topics":["fast-math","java-library","java-utils","math-utils"],"latest_commit_sha":null,"homepage":"https://ewpratten.retrylife.ca/mathutils/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ewpratten.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-16T14:59:23.000Z","updated_at":"2021-04-01T23:49:40.000Z","dependencies_parsed_at":"2022-08-13T11:00:45.922Z","dependency_job_id":null,"html_url":"https://github.com/ewpratten/mathutils","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"ewpratten/java_library_template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewpratten%2Fmathutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewpratten%2Fmathutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewpratten%2Fmathutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewpratten%2Fmathutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ewpratten","download_url":"https://codeload.github.com/ewpratten/mathutils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240956484,"owners_count":19884562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fast-math","java-library","java-utils","math-utils"],"created_at":"2024-10-08T18:42:48.206Z","updated_at":"2025-02-27T00:31:40.338Z","avatar_url":"https://github.com/ewpratten.png","language":"Java","readme":"# Math Utilities for Java\n\n[![Documentation](https://img.shields.io/badge/-documentation-blue)](https://ewpratten.retrylife.ca/mathutils) ![Build library](https://github.com/Ewpratten/mathutils/workflows/Build%20library/badge.svg)\n\n`mathutils` is a utility library that has seen many revisions and improvements. The library was originally written in C/C++ by myself for use by [@frc5024](https://github.com/frc5024), but has since switched to Java. This library was once part of [frc5024/lib5k](https://github.com/frc5024/lib5k), but has been extracted into its own codebase, since I rely on the contents a fair bit in my personal projects.\n\nThe goal of this library is to provide a few small and simple functions to speed up software development involving linear transformations and basic trigonometry. Real-world uses of this library include:\n\n - Many of my grade 11 and 12 computer science projects\n - A few hobby video games\n - The autonomous navigation system used by [@frc5024](https://github.com/frc5024) on their robots\n - Trajectory calculation tools used by [@frc5024](https://github.com/frc5024) on their robots\n\n## Using in your project\n\n**Step 1.** Add the RetryLife maven server to your `build.gradle` file:\n\n```groovy\nrepositories {\n    maven { \n        name 'retrylife-release'\n        url 'https://release.maven.retrylife.ca/' \n    }\n}\n```\n\n**Step 2.** Add this library as a dependency:\n\n```groovy\ndependencies {\n    implementation 'ca.retrylife:mathutils:1.+'\n    implementation 'ca.retrylife:mathutils:1.+:sources'\n    implementation 'ca.retrylife:mathutils:1.+:javadoc'\n}\n```\n\n## Credits\n\nThe contents of this library have been developed my myself with help from [@ExVacuum](https://github.com/ExVacuum) and [@hyperliskdev](https://github.com/hyperliskdev).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fewpratten%2Fmathutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fewpratten%2Fmathutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fewpratten%2Fmathutils/lists"}