Click or drag to resize
GeGeometryComplexTMirror Method (GeCoordinate)
Returns object that is result of mirroring of this object against specified coordinate.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public IGeGeometry Mirror(
	GeCoordinate center
)

Parameters

center
Type: FDF.Common.GeometriesGeCoordinate

Return Value

Type: IGeGeometry

Implements

IGeTransformableTMirror(GeCoordinate)
Remarks
In geometry, a point reflection or inversion in a point (or inversion through a point, or central inversion) is a type of isometry of Euclidean space. An object that is invariant under a point reflection is said to possess point symmetry; if it is invariant under point reflection through its center, it is said to possess central symmetry or to be centrally symmetric.
See Also