download
raw
317 Bytes
import { EllipseCurve } from './EllipseCurve.js';
class ArcCurve extends EllipseCurve {
constructor( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise ) {
super( aX, aY, aRadius, aRadius, aStartAngle, aEndAngle, aClockwise );
this.isArcCurve = true;
this.type = 'ArcCurve';
}
}
export { ArcCurve };

Xet Storage Details

Size:
317 Bytes
·
Xet hash:
7e050a9ed32ce52f51e746248cbc37698636a4631273149001a41ee8eb3d6a7f

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.