API Docs for: 1.0.0
Show:

Point Class

Defined in: src/pixi/Point.js:5
Module: PIXI

The Point object represents a location in a two-dimensional coordinate system, where x represents the horizontal axis and y represents the vertical axis.

Constructor

Point

(
  • x
  • y
)

Defined in src/pixi/Point.js:5

Parameters:

  • x Number

    position of the point

  • y Number

    position of the point

Item Index

Methods

Properties

Methods

clone

()

Returns:

a copy of the point

Properties

x

Number

Default: 0

y

Number

Default: 0