Computes a reflection of the plane.

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

Syntax

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

Parameters

line
Type: ceometric.VectorGeometry..::.Line
A line the plane is reflected in.

Return Value

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

See Also