Outline progress
This commit is contained in:
parent
8e9cdd1364
commit
c0a7fb4552
4 changed files with 127 additions and 55 deletions
|
@ -59,6 +59,11 @@ const Point = exports.Point = class Point {
|
|||
u.deepcopy(this.meta)
|
||||
)
|
||||
}
|
||||
|
||||
rect(size=14) {
|
||||
let rect = u.rect(size, size, [-size/2, -size/2], this.meta.mirrored)
|
||||
return m.model.moveRelative(m.model.rotate(rect, this.r), this.p)
|
||||
}
|
||||
}
|
||||
|
||||
const dump = exports.dump = (points, opts={}) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue