Share

Vector2d.Mirror Method

Description

Returns the 2D vector which is the result of mirroring of this vector with respect to 2D line line in the same plane.

Visual Basic

Public Function Mirror(
    line As Vector2d
) As Vector2d

C#

public Vector2d Mirror(
    Vector2d line
);

Parameters

Parameters Description
Vector2d line Input any 2D line

Links

Vector2d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?