- Declared in: RT.Util.Geometry.PointD
Declaration
public PointD Rotated(
double angle
)
Summary
Returns a vector of the same length as this vector, but rotated by the specified
angle.
Parameters
double | angle |
The angle in radians. |
Returns
The rotated point.