This commit is contained in:
Val Erastov 2017-01-16 02:05:47 -08:00
parent 109e16fdf7
commit 0225493404

View file

@ -11,7 +11,7 @@ export class Loop extends TopoObject {
}
isCCW(surface) {
Loop.isPolygonCCWOnSurface(this.asPolygon(), surface);
return Loop.isPolygonCCWOnSurface(this.asPolygon(), surface);
}
asPolygon() {