Rotates the vector on the given angle in radians.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public Vector Rotate( double angle ) |
| Visual Basic (Declaration) |
|---|
Public Function Rotate ( _ angle As Double _ ) As Vector |
| Visual C++ |
|---|
public: Vector Rotate( double angle ) |
Parameters
- angle
- Type: System..::.Double