diff --git a/markdown/dev/reference/api/point/attr/en.md b/markdown/dev/reference/api/point/attr/en.md index a97adbcbc4a..2a09a351b9f 100644 --- a/markdown/dev/reference/api/point/attr/en.md +++ b/markdown/dev/reference/api/point/attr/en.md @@ -5,6 +5,8 @@ title: Point.attr() Adds an attribute to the point, and returns the original point. Setting the third parameter to `true` will replace the value of the attribute instead of adding it. +## Point.attr() signature + ```js Point point.attr( string name, @@ -18,6 +20,8 @@ This allows you to chain different calls together as in the example below. If the third parameter is set to `true` it will call [`this.attributes.set()`](/reference/api/attributes/set/) instead, thereby overwriting the value of the attribute. +## Point.attr() example + +## Point.clone() example + +## Point.copy() example + +## Point.sitsOn() signature + ```js bool point.sitsOn(Point check) ``` +## Point.sitsOn() example + +## Point.sitsRoughlyOn() example +