Circle#offsetPoint()

offsetPoint(point) → {Circle}

Adjusts the location of the Circle object using a Point object as a parameter. This method is similar to the Circle.offset() method, except that it takes a Point object as a parameter.

Parameters
Name Type Description
point Point

A Point object to use to offset this Circle object (or any valid object with exposed x and y properties).

Returns
Circle -

This Circle object.

Source code: geom/Circle.js (Line 235)
doc_phaser
2017-02-14 10:41:27
Comments
Leave a Comment

Please login to continue.