C# Class GeometryClassLibrary.EllipticArc

Inheritance: IEdge
ファイルを表示 Open project: ParagonTruss/GeometryClassLibrary

Public Methods

Method Description
Copy ( ) : IEdge
Reverse ( ) : IEdge
Rotate ( Rotation rotation ) : IEdge
Shift ( Shift shift ) : IEdge
Translate ( Point point ) : IEdge

Private Methods

Method Description
EllipticArc ( Point basePoint, Point endPoint, Point focus1, Point focus2 ) : System

Method Details

Copy() public method

public Copy ( ) : IEdge
return IEdge

Reverse() public method

public Reverse ( ) : IEdge
return IEdge

Rotate() public method

public Rotate ( Rotation rotation ) : IEdge
rotation Rotation
return IEdge

Shift() public method

public Shift ( Shift shift ) : IEdge
shift Shift
return IEdge

Translate() public method

public Translate ( Point point ) : IEdge
point Point
return IEdge