Module IPoint-PIXI
type t=[|`Point(PIXI.Point.t)|`ObservablePoint(PIXI.ObservablePoint.t)];IPoint object represents either Point or ObservablePoint
let copyFrom: t => t => t;Copies x and y from second into the first point
- parameter p1
The point to copy into
- parameter p2
The point to copy from
- returns
First point with values updated