Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Unity-Code-Examples
/
Unity.Mathematics
Public
forked from
Unity-Technologies/Unity.Mathematics
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 16, 2022
including .csproj.meta files in the git repo (#226)
Show description for 80b9dae
bmcnett
and
unpacklo
authored
80b9dae
View commit details
Copy full SHA for 80b9dae
Browse repository at this point
Commits on Feb 14, 2022
Warning fix for Unity.Mathematics.CodeGen scripts (#218)
Show description for f476dc8
kevinmv
and
unpacklo
authored
f476dc8
View commit details
Copy full SHA for f476dc8
Browse repository at this point
Commits on Feb 11, 2022
Make Il2CppEagerStaticClassConstructionAttribute internal. (#214)
Show description for 4f7944a
unpacklo
authored
4f7944a
View commit details
Copy full SHA for 4f7944a
Browse repository at this point
Commits on Feb 10, 2022
Added more math constants such as PI2, PIHALF, TAU and others. (#217)
Show description for 835c605
unpacklo
authored
835c605
View commit details
Copy full SHA for 835c605
Browse repository at this point
Commits on Feb 9, 2022
More descriptive parameter names (#215)
Show description for dfaeb8b
unpacklo
authored
dfaeb8b
View commit details
Copy full SHA for dfaeb8b
Browse repository at this point
Commits on Feb 2, 2022
Merge pull request #212 from Unity-Technologies/affine-transform
Show description for f9bd61f
olivierd
authored
f9bd61f
View commit details
Copy full SHA for f9bd61f
Browse repository at this point
Commits on Jan 28, 2022
add missing csproj files
Olivier Dionne
committed
84a8c6a
View commit details
Copy full SHA for 84a8c6a
Browse repository at this point
Adding more tests
Olivier Dionne
committed
7b89c87
View commit details
Copy full SHA for 7b89c87
Browse repository at this point
Fix comment
Olivier Dionne
committed
1cc9d19
View commit details
Copy full SHA for 1cc9d19
Browse repository at this point
Merge branch 'master' of https://github.com/Unity-Technologies/Unity.Mathematics into affine-transform
Show description for 3245a1f
Olivier Dionne
committed
3245a1f
View commit details
Copy full SHA for 3245a1f
Browse repository at this point
updated changelog
Olivier Dionne
committed
05978bd
View commit details
Copy full SHA for 05978bd
Browse repository at this point
Commits on Jan 26, 2022
Fix warning for unused variable. (#211)
unpacklo
authored
0223308
View commit details
Copy full SHA for 0223308
Browse repository at this point
Commits on Jan 25, 2022
Copy SVD implementation from Unity.Animation (#210)
unpacklo
authored
8fd17c4
View commit details
Copy full SHA for 8fd17c4
Browse repository at this point
Commits on Jan 20, 2022
Fix merge conflict
Olivier Dionne
committed
a4829f4
View commit details
Copy full SHA for a4829f4
Browse repository at this point
Merge branch 'svd' of https://github.com/Unity-Technologies/Unity.Mathematics into affine-transform
Olivier Dionne
committed
c585b55
View commit details
Copy full SHA for c585b55
Browse repository at this point
Whitespace fix.
unpacklo
committed
9439a38
View commit details
Copy full SHA for 9439a38
Browse repository at this point
Update changelog to reflect code movement.
unpacklo
committed
9073b5b
View commit details
Copy full SHA for 9073b5b
Browse repository at this point
Moved scaleMul and mulScale to math class.
Show description for aa34b54
unpacklo
committed
aa34b54
View commit details
Copy full SHA for aa34b54
Browse repository at this point
Commits on Jan 19, 2022
Add tests for mulScale and scaleMul.
Show description for 2ce73c7
unpacklo
committed
2ce73c7
View commit details
Copy full SHA for 2ce73c7
Browse repository at this point
Add test to check rotation method with tiny scale.
unpacklo
committed
6c5d693
View commit details
Copy full SHA for 6c5d693
Browse repository at this point
Commits on Jan 14, 2022
add docs
Olivier Dionne
committed
f86abb5
View commit details
Copy full SHA for f86abb5
Browse repository at this point
fix test
Olivier Dionne
committed
886723f
View commit details
Copy full SHA for 886723f
Browse repository at this point
adding tests
Olivier Dionne
committed
c5f269c
View commit details
Copy full SHA for c5f269c
Browse repository at this point
Add missing conversion methods
Olivier Dionne
committed
f20390f
View commit details
Copy full SHA for f20390f
Browse repository at this point
clean up
Olivier Dionne
committed
0f2a599
View commit details
Copy full SHA for 0f2a599
Browse repository at this point
Bring affine transform from Unity.Animation
Olivier Dionne
committed
6f60f46
View commit details
Copy full SHA for 6f60f46
Browse repository at this point
Add pseudoinverse performance test.
unpacklo
committed
5d9b835
View commit details
Copy full SHA for 5d9b835
Browse repository at this point
Commits on Jan 13, 2022
License file update. (#209)
unpacklo
authored
2f043ee
View commit details
Copy full SHA for 2f043ee
Browse repository at this point
Sort modifiers.
unpacklo
committed
894eb10
View commit details
Copy full SHA for 894eb10
Browse repository at this point
Spelling fix.
unpacklo
committed
9307752
View commit details
Copy full SHA for 9307752
Browse repository at this point
Adding meta files.
unpacklo
committed
66d79ec
View commit details
Copy full SHA for 66d79ec
Browse repository at this point
Documentation for pseudoinverse().
unpacklo
committed
28d218a
View commit details
Copy full SHA for 28d218a
Browse repository at this point
Update doc parameter.
unpacklo
committed
793f0e0
View commit details
Copy full SHA for 793f0e0
Browse repository at this point
rotation() tests.
unpacklo
committed
43288c5
View commit details
Copy full SHA for 43288c5
Browse repository at this point
Commits on Jan 8, 2022
Added two small tests for pseudoinverse.
unpacklo
committed
1865dba
View commit details
Copy full SHA for 1865dba
Browse repository at this point
Previous
Next
You can’t perform that action at this time.