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