mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-10 02:13:58 +01:00
fix bug
This commit is contained in:
parent
109e16fdf7
commit
0225493404
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ export class Loop extends TopoObject {
|
|||
}
|
||||
|
||||
isCCW(surface) {
|
||||
Loop.isPolygonCCWOnSurface(this.asPolygon(), surface);
|
||||
return Loop.isPolygonCCWOnSurface(this.asPolygon(), surface);
|
||||
}
|
||||
|
||||
asPolygon() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue