Sp3dV2D constructor

const Sp3dV2D(
  1. double x,
  2. double y
)

Constructor

  • x : x.
  • y : y.

Implementation

const Sp3dV2D(this.x, this.y);