getPointFromParametricFunction method

Vector3 getPointFromParametricFunction(
  1. double t
)

Implementation

Vector3 getPointFromParametricFunction(double t) => parametricFunction(t);