AngleVector
AngleVector(phi)returns the point at angle
phion the unit circle.
AngleVector({r, phi})returns the point at angle
phion a circle of radiusr.
AngleVector({x, y}, phi)returns the point at angle
phion a circle of radius 1 centered at{x, y}.
AngleVector({x, y}, {r, phi})returns point at angle
phion a circle of radiusrcentered at{x, y}.
Examples
>> AngleVector(90*Degree){0,1}
>> AngleVector({1, 10}, a){1+Cos(a),10+Sin(a)}Implementation status
- ✅ - full supported