Click or drag to resize
GeGeometryComplexTRotate Method
Returns object that is result of rotation of this object using specified angle around the line with direction vector passing through specified center point.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public IGeGeometry Rotate(
	GeAngle angle,
	GeVector axisVector,
	GeCoordinate center
)

Parameters

angle
Type: FDF.Common.GeometriesGeAngle
Angle to (counter-clockwise) rotate object around rotation axis.
axisVector
Type: FDF.Common.GeometriesGeVector
Rotation axis passing through center point.
center
Type: FDF.Common.GeometriesGeCoordinate
Center point of rotation.

Return Value

Type: IGeGeometry

Implements

IGeTransformableTRotate(GeAngle, GeVector, GeCoordinate)
Remarks
Positive direction of rotation is defined by the right-hand rule.
See Also