handleXYZXYZ Method

Handler function called successively for each point0, point1 pair. Concrete class should implement this.

handleXYZXYZ(_x0: number, _y0: number, _z0: number, _x1: number, _y1: number, _z1: number): void

Parameter Type Description
_x0 number x coordinate at point 0
_y0 number y coordinate of point 0
_z0 number z coordinate of point 0
_x1 number x coordinate of point 1
_y1 number y coordinate of point 1
_z1 number z coordinate of point 1

Defined in

Last Updated: 08 January, 2020