simulationjsv2 0.11.0 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/graphics.d.ts +1 -1
- package/package.json +1 -1
package/dist/graphics.d.ts
CHANGED
|
@@ -208,7 +208,7 @@ export declare class Spline2d extends SimulationElement2d {
|
|
|
208
208
|
private interpolateLimit;
|
|
209
209
|
private length;
|
|
210
210
|
constructor(pos: Vertex, points: SplinePoint2d[], thickness?: number, detail?: number);
|
|
211
|
-
|
|
211
|
+
protected setVertexColors(): void;
|
|
212
212
|
getVertexCallBuffer(): Float32Array<ArrayBufferLike>;
|
|
213
213
|
isTransparent(): boolean;
|
|
214
214
|
private estimateLength;
|