CADability dotNET
Creates a rotation around the fixpoint that moves the vector from to the vector to.

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

Syntax

C#
public static ModOp Rotate(
	GeoPoint fixPoint,
	GeoVector from,
	GeoVector to
)
Visual Basic
Public Shared Function Rotate ( _
	fixPoint As GeoPoint, _
	from As GeoVector, _
	to As GeoVector _
) As ModOp
Visual C++
public:
static ModOp Rotate(
	GeoPoint fixPoint, 
	GeoVector from, 
	GeoVector to
)

Parameters

fixPoint
Type: CADability..::..GeoPoint
from
Type: CADability..::..GeoVector
Source vector
to
Type: CADability..::..GeoVector
Destination vector

Return Value

The modification that performs the rotation

See Also