Rotates a point around a vector by a specified angle.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Shared Function TurnAroundOfVector( _ ByVal APoint As DPoint, _ ByVal AVect As DPoint, _ ByVal AAngle As Double _ ) As DPoint |
Parameters
-
APoint
-
Type: DPoint
A drawing 3D point to be rotated
-
AVect
-
Type: DPoint
A vector
-
AAngle
-
Type: double
The rotation angle
Return Value
A rotated drawing 3D point
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also