설명 없음
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.9KB

123456789101112131415161718192021222324
  1. {
  2. "name": "com.unity.mathematics",
  3. "displayName": "Mathematics",
  4. "version": "1.3.1",
  5. "unity": "2018.3",
  6. "description": "Unity's C# SIMD math library providing vector types and math functions with a shader like syntax.",
  7. "keywords": [
  8. "unity"
  9. ],
  10. "dependencies": {},
  11. "_upm": {
  12. "changelog": "### Added\n* Added `math.square` to compute the square (x * x).\n* Added `math.orthonormal_basis` to compute an orthonormal basis from a single unit length vector.\n* Added `math.sign` for int, int2, int3 and int4.\n* Added `math.chgsign` for float, float2, float3, and float4.\n* Added `math.Euler` to convert a quaternion to Euler angles.\n* Added `math.angle` to compute the angle between two unit quaternions.\n* Added `math.rotation` to extract a quaternion rotation from a float3x3 (that may have scale).\n* Added `math.mulScale` to scale columns of a float3x3 with scaling coefficients in a float3.\n* Added `math.scaleMul` to scale rows of a float3x3 with scaling coefficients in a float3.\n* Added `AffineTransform` type.\n* Added `PI2`, `PIHALF`, `TAU`, `TODEGREES` and `TORADIANS` constants.\n\n### Changed\n* `asfloat(uint)`, `asuint(float)`, `asint(float)` and other related methods are now faster in mono without Burst. Other methods which use these will see a performance improvement.\n* Modified `quaternion.nlerp` to be branchless.\n* More descriptive parameter names for many methods in `math` class.\n* Made `Il2CppEagerStaticClassConstructionAttribute` internal to avoid conflicts with other definitions outside of the package."
  13. },
  14. "upmCi": {
  15. "footprint": "ca53801e81ed8dbcd95b8e5b73fef97c015692d7"
  16. },
  17. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.mathematics@1.3/manual/index.html",
  18. "repository": {
  19. "url": "https://github.com/Unity-Technologies/Unity.Mathematics.git",
  20. "type": "git",
  21. "revision": "c4f37031a75eb8afb8dfaf5d68fbcce226c70749"
  22. },
  23. "_fingerprint": "0cc332b9879082676002a97378a6d3d6296282a3"
  24. }