C# Class GeometryClassLibrary.EllipticArc

Inheritance: IEdge
Afficher le fichier Open project: ParagonTruss/GeometryClassLibrary

Méthodes publiques

Méthode Description
Copy ( ) : IEdge
Reverse ( ) : IEdge
Rotate ( Rotation rotation ) : IEdge
Shift ( Shift shift ) : IEdge
Translate ( Point point ) : IEdge

Private Methods

Méthode Description
EllipticArc ( Point basePoint, Point endPoint, Point focus1, Point focus2 ) : System

Method Details

Copy() public méthode

public Copy ( ) : IEdge
Résultat IEdge

Reverse() public méthode

public Reverse ( ) : IEdge
Résultat IEdge

Rotate() public méthode

public Rotate ( Rotation rotation ) : IEdge
rotation Rotation
Résultat IEdge

Shift() public méthode

public Shift ( Shift shift ) : IEdge
shift Shift
Résultat IEdge

Translate() public méthode

public Translate ( Point point ) : IEdge
point Point
Résultat IEdge