HandPoint3D constructor

HandPoint3D(
  1. double x,
  2. double y,
  3. double z
)

Implementation

HandPoint3D(this.x,this.y,this.z);