download
raw
579 Bytes
"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const LineSegments2 = require("./LineSegments2.cjs");
const LineGeometry = require("./LineGeometry.cjs");
const LineMaterial = require("./LineMaterial.cjs");
class Line2 extends LineSegments2.LineSegments2 {
constructor(geometry = new LineGeometry.LineGeometry(), material = new LineMaterial.LineMaterial({ color: Math.random() * 16777215 })) {
super(geometry, material);
this.isLine2 = true;
this.type = "Line2";
}
}
exports.Line2 = Line2;
//# sourceMappingURL=Line2.cjs.map

Xet Storage Details

Size:
579 Bytes
·
Xet hash:
365449bf80b65661f4f646c16190b7b7e0ae10caa674d447e07aedfc30bf6408

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