Plane.Reflect (Vector3D) Method

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

Parameters

vector
Vector3D

Vector to reflect

Return Value

Vector3D

The reflected vector

Remarks
 
Since the vector starts at the world origin, the reflecting plane is considered passing through it.

.NET Framework

Supported in: 4.8

In this article

Definition