Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public Vector2d RotateBy(
        double angle
)
 
Public Function RotateBy ( 
        angle As Double
) As Vector2d
 
public:
Vector2d RotateBy(
        double angle
)
 
member RotateBy : 
        angle : float -> Vector2d 
 
 
 
Parameters
- angle  Double
 
-  
 
Return Value
Vector2d
 
See Also