Computes a reflection of the point.

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

Syntax

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

Parameters

plane
Type: ceometric.VectorGeometry..::.Plane
A plane the point is reflected in.

Return Value

Returns the mirror point of the reflection of the point in plane.

See Also