C# Класс GeometryClassLibrary.PlaneRegionListExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Rotate() публичный статический Метод

Rotates the list of plane regions with the given rotation
public static Rotate ( this planeRegions, Rotation rotation ) : List
planeRegions this
rotation Rotation
Результат List

Shift() публичный статический Метод

Shifts the list of plane regions with the given Shift
public static Shift ( this planeRegions, Shift shift ) : List
planeRegions this
shift Shift
Результат List