Computes a reflection of the triangle.

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

Syntax

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

Parameters

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

Return Value

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

See Also