PHP 7.4.33
Preview: LineLoop.js Size: 730 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/three/src/objects/LineLoop.js
import { Line } from './Line.js';

/**
 * A continuous line. This is nearly the same as {@link Line} the only difference
 * is that the last vertex is connected with the first vertex in order to close
 * the line to form a loop.
 *
 * @augments Line
 */
class LineLoop extends Line {

	/**
	 * Constructs a new line loop.
	 *
	 * @param {BufferGeometry} [geometry] - The line geometry.
	 * @param {Material|Array<Material>} [material] - The line material.
	 */
	constructor( geometry, material ) {

		super( geometry, material );

		/**
		 * This flag can be used for type testing.
		 *
		 * @type {boolean}
		 * @readonly
		 * @default true
		 */
		this.isLineLoop = true;

		this.type = 'LineLoop';

	}

}

export { LineLoop };

Directory Contents

Dirs: 0 × Files: 14
Name Size Perms Modified Actions
45.51 KB lrw-r--r-- 2025-03-28 11:04:37
Edit Download
612 B lrw-r--r-- 2025-03-28 11:04:37
Edit Download
1.30 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
702 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
10.04 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
8.12 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
730 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
1.59 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
6.33 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
11.92 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
5.58 KB lrw-r--r-- 2025-03-28 11:04:39
Edit Download
7.70 KB lrw-r--r-- 2025-03-28 11:04:39
Edit Download
8.47 KB lrw-r--r-- 2025-03-28 11:04:39
Edit Download
5.98 KB lrw-r--r-- 2025-03-28 11:04:39
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).