File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 11# Unity.Mathematics Extensions
2- Extension methods for generic ` Unity.Mathematics ` data-types <br >
2+ Extension Library for [ ` Unity.Mathematics ` ] ( https://github.com/Unity-Technologies/Unity.Mathematics ) <br >
33& many useful methods to process mathematics !<br >
44Package name : ` com.ltmx.unitymathematicsextensions `
55
@@ -8,7 +8,7 @@ Package name : `com.ltmx.unitymathematicsextensions`
88</a ><br ><br >
99
1010
11- ## SYNTAX
11+ ## Exension Method Syntax
1212* Old Code :*
1313> ``` C#
1414> var v1 = math .cos (math .clamp (f .magnitude , 0 , 10 ));
@@ -21,13 +21,15 @@ Package name : `com.ltmx.unitymathematicsextensions`
2121
2222< br >
2323
24- ## INSTALL
25- ### Method 1 : <br>
26- Git Package URL : https : // github.com/LTMX/Unity.Mathematics-Extensions.git
27- < br >
24+ ## Install
25+ #### Method 1 : <br>
26+ Git Package URL :
27+ > ```
28+ > https : // github.com/LTMX/Unity.Mathematics-Extensions.git
29+ > ```
2830Unity : `Window > Package Manager > Add Package From Git URL `
2931< br >
30- ### Method 2 : <br>
32+ #### Method 2 : <br>
31331 . Download the package in * releases *
32342 . Unzip the file
33353 . Unity : `Window > Package Manager > Add Package From Disk `
You can’t perform that action at this time.
0 commit comments