Description
Returns the matrix of mirroring with respect to line.
Visual Basic
Public static Function Mirroring( line As Line3d ) As Matrix3d
C#
public static Matrix3d Mirroring( Line3d line );
Parameters
| Parameters | Description |
|---|---|
| Line3d line | Input line of symmetry |