Sp3dV3D constructor

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

Constructor

  • x : The x coordinate of the 3D vertex.
  • y : The y coordinate of the 3D vertex.
  • z : The z coordinate of the 3D vertex.

Implementation

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