void addCubicBezierCurve( Vector3 anchor1, Vector3 handle1, Vector3 handle2, Vector3 anchor2) { return appendPoints([anchor1, handle1, handle2, anchor2]); }