Socket
Socket
Sign inDemoInstall

@pixi/math

Package Overview
Dependencies
Maintainers
2
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/math - npm Package Compare versions

Comparing version 7.1.2 to 7.2.0-beta

25

lib/const.d.ts

@@ -27,14 +27,29 @@ /**

* @enum {number}
* @property {number} POLY Polygon
* @property {number} RECT Rectangle
* @property {number} CIRC Circle
* @property {number} ELIP Ellipse
* @property {number} RREC Rounded Rectangle
*/
export declare enum SHAPES {
/**
* @property {number} RECT Rectangle
* @default 0
*/
POLY = 0,
/**
* @property {number} POLY Polygon
* @default 1
*/
RECT = 1,
/**
* @property {number} CIRC Circle
* @default 2
*/
CIRC = 2,
/**
* @property {number} ELIP Ellipse
* @default 3
*/
ELIP = 3,
/**
* @property {number} RREC Rounded Rectangle
* @default 4
*/
RREC = 4
}

2

lib/groupD8.d.ts

@@ -18,3 +18,3 @@ import { Matrix } from './Matrix';

*
* **Origin:**<br>
* **Origin:**
* This is the small part of gameofbombs.com portal system. It works.

@@ -21,0 +21,0 @@ * @see PIXI.groupD8.E

@@ -20,3 +20,10 @@ /// <reference path="../global.d.ts" />

export * from './const';
/**
* Complex shape type
* @memberof PIXI
*/
export declare type IShape = Circle | Ellipse | Polygon | Rectangle | RoundedRectangle;
/**
* @memberof PIXI
*/
export interface ISize {

@@ -23,0 +30,0 @@ width: number;

@@ -10,3 +10,7 @@ import { Matrix } from './Matrix';

export declare class Transform {
/** A default (identity) transform. */
/**
* A default (identity) transform.
* @static
* @type {PIXI.Transform}
*/
static readonly IDENTITY: Transform;

@@ -13,0 +17,0 @@ /** The world transformation matrix. */

{
"name": "@pixi/math",
"version": "7.1.2",
"version": "7.2.0-beta",
"main": "lib/index.js",

@@ -37,4 +37,3 @@ "module": "lib/index.mjs",

"*.d.ts"
],
"gitHead": "27e65c73bb36a06fd00d6da5bf460bbee9f6c984"
]
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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