Computes a reflection of the line.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public Line ReflectIn(
	Point point
)
Visual Basic (Declaration)
Public Function ReflectIn ( _
	point As Point _
) As Line
Visual C++
public:
Line^ ReflectIn(
	Point^ point
)

Parameters

point
Type: ceometric.VectorGeometry..::.Point
A point the line is reflected in.

Return Value

Returns the mirror line of a reflection of the line in point.

Remarks

A reflection in a point inverts the direction of the direction vector.

See Also