C# 클래스 GeometryClassLibrary.PlaneRegionListExtensions

파일 보기 프로젝트 열기: ParagonTruss/GeometryClassLibrary

공개 메소드들

메소드 설명
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