Transformation.Mirror (Point3D, Vector3D) Method

Mirror transformation.
Public Sub Mirror( _ 
ByVal P As Point3D, _ 
ByVal N As Vector3D
)
This language is not supported or no code example is available.
public void Mirror( 
Point3D P
Vector3D N 
)
This language is not supported or no code example is available.

Parameters

P
Point3D

Point on mirror plane

N
Vector3D

AxisZ of mirror plane

.NET Framework

Supported in: 4.8

In this article

Definition