Plane.Reflect (Point3D) Method

Reflects a point about this plane.
Public Function Reflect( _ 
ByVal point As Point3D
) As Point3D
This language is not supported or no code example is available.
public Point3D Reflect( 
Point3D point 
)
This language is not supported or no code example is available.

Parameters

point
Point3D

Point to reflect

Return Value

Point3D

The reflected point

.NET Framework

Supported in: 4.8

In this article

Definition