Class: PolylineGeometry

PolylineGeometry(webglContext, options)

Geometry for thin polylines.

Constructor

new PolylineGeometry(webglContext, options)

Parameters:
Name Type Description
webglContext WebGL2RenderingContext WebGL2 rendering context.
options PolylineGeometryOptions Polyline geometry options.
Source:
Throws:
  • When inputs are invalid.
    Type
    TypeError
  • When positions are invalid.
    Type
    RangeError

Classes

PolylineGeometry