numberToPoint method

Vector3 numberToPoint(
  1. Complex z
)

Implementation

Vector3 numberToPoint(Complex z) => coordsToPoint(z.toVector3());