CADability dotNET
Creates a rotation about a fixpoint

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static ModOp2D Rotate(
	GeoPoint2D Center,
	SweepAngle Rotation
)
Visual Basic
Public Shared Function Rotate ( _
	Center As GeoPoint2D, _
	Rotation As SweepAngle _
) As ModOp2D
Visual C++
public:
static ModOp2D Rotate(
	GeoPoint2D Center, 
	SweepAngle Rotation
)

Parameters

Center
Type: CADability..::..GeoPoint2D
the fixpoint
Rotation
Type: CADability..::..SweepAngle
the rotation angle

Return Value

resulting modification

See Also