C# Class GeometryClassLibrary.PlaneRegionListExtensions

Afficher le fichier Open project: ParagonTruss/GeometryClassLibrary

Méthodes publiques

Méthode Description
Rotate ( this planeRegions, Rotation rotation ) : List

Rotates the list of plane regions with the given rotation

Shift ( this planeRegions, Shift shift ) : List

Shifts the list of plane regions with the given Shift

Method Details

Rotate() public static méthode

Rotates the list of plane regions with the given rotation
public static Rotate ( this planeRegions, Rotation rotation ) : List
planeRegions this
rotation Rotation
Résultat List

Shift() public static méthode

Shifts the list of plane regions with the given Shift
public static Shift ( this planeRegions, Shift shift ) : List
planeRegions this
shift Shift
Résultat List