Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: PointD Reflected(PointD, PointD)

  • Declared in: RT.Geometry.PointD

Declaration

public PointD Reflected(
    PointD axis1,
    PointD axis2
)

Summary

Reflects this point about an axis given by any two points on that axis.

Parameters

PointDaxis1 One point on the axis.
PointDaxis2 Another point on the axis.

Returns

The reflected point.