Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

math3d

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

math3d - npm Package Compare versions

Comparing version 0.2.0 to 0.2.2

2

package.json
{
"name": "math3d",
"version": "0.2.0",
"version": "0.2.2",
"description": "A nodejs library for 3D transformations similar to Unity3D containing necessary classes and functions for matrices, vectors, quaternions and transforms.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -42,3 +42,3 @@ /*

function _getLocalRotationFromWorldRotation(transform) {
if(!transform.parent === undefined)
if(transform.parent === undefined)
return transform.rotation;

@@ -55,3 +55,3 @@ else

function _getWorldRotationFromLocalRotation(transform) {
if(!transform.parent === undefined)
if(transform.parent === undefined)
return transform.localRotation;

@@ -58,0 +58,0 @@ else

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc