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