toVector3 method

Vector3 toVector3({
  1. double z = 0,
})

Implementation

Vector3 toVector3({double z = 0}) => Vector3(real, imaginary, z);