pushXYZ Method
push a new point (given by coordinates) onto the collection
pushXYZ(x?: number, y?: number, z?: number): void
| Parameter | Type | Description |
|---|---|---|
| x | number | x coordinate |
| y | number | y coordinate |
| z | number | z coordinate |
Defined in
Last Updated: 08 January, 2020