Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / Mirror Method / Mirror(Point3D,Vector3D) Method
Point on mirror plane
AxisZ of mirror plane

In This Topic
    Mirror(Point3D,Vector3D) Method
    In This Topic
    Mirror transformation.
    Syntax
    'Declaration
     
    Public Overloads Sub Mirror( _
       ByVal P As Point3D, _
       ByVal N As Vector3D _
    ) 
    public void Mirror( 
       Point3D P,
       Vector3D N
    )

    Parameters

    P
    Point on mirror plane
    N
    AxisZ of mirror plane
    See Also