addPoints Method

Add copies of points to the linestring. Valid inputs are:

  • a Point2d
  • a point3d
  • An array of 2 doubles
  • An array of 3 doubles
  • A GrowableXYZArray
  • An array of any of the above

addPoints(...points: any[]): void

Parameter Type Description
...points any[]  

Returns - void

Defined in

Last Updated: 25 April, 2024