OptionalaX: numberOptionalaY: numberOptionalxRadius: numberOptionalyRadius: numberOptionalaStartAngle: numberOptionalaEndAngle: numberOptionalaClockwise: booleanOptionalaRotation: numberReturns a vector for a given position on the curve.
A position on the curve. Must be in the range [ 0, 1 ]. Expects a Float
OptionaloptionalTarget: anyIf specified, the result will be copied into this Vector, otherwise a new Vector will be created. Default new T.
A 3D version of three.js EllipseCurve that returns Vector3 points. Useful for creating circular/elliptical 3D paths for TubeGeometry and TubeShapeGeometry.
Note: EllipseCurve extends Curve, but this override returns Vector3 at runtime.
Type casts may be needed when passing to APIs expecting Curve.